@extends('layouts.app') @section('title') Laboratory Request Forms @endsection @section('breadcrumb')

{{__('Laboratory Request Forms')}}

@endsection @section('content')
@if(isset($from)) @endif
@if(isset($project_id_filter)) @endif
{{--
@csrf
{{__('Import')}}
--}}
# Request No. Project Requesting Individual Created By {{ __('Action') }}
@include('admin.lab_request._lrf_modal') @endsection @section('scripts') @endsection