@if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('add_result-read'))
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if ($patient_info)
Name Age Gender Patient Id Blood Group Mobile
{{ $patient_info['patient_name'] }} {{ $patient_info['age'] }} {{ $patient_info['gender'] }} {{ $patient_info['patient_id'] }} {{ $patient_info['blood_group'] }} {{ $patient_info['phone_no'] }}
@endif {{-- --}} {{-- --}} @if (sizeof($diag_test_info) > 0) @foreach ($diag_test_info as $key=> $tabledata) {{-- --}} {{-- @if ($tabledata['result'] != null) @else @endif --}} {{-- --}} {{-- --}} @endforeach @else @endif
Diagnosis Name Test Name Unit Bio Ref Interval ResultSample NoAction
{{$tabledata['diagnosis_name']}}{{$tabledata['collected_datetime']}}{{$tabledata['dignosis_test_name']}} {{$tabledata['unit']}} {{$tabledata['bio_ref_interval']}}{{$tabledata['result']}}NA --}} {{-- @if ($reported_date) --}} {{-- @else --}} {{-- @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('add_result-create')) @endif --}} {{--

No Data Available

@if (sizeof($diag_test_info)>0) @if ($result_data_update == true)
@else
@endif @endif {{--
{{ $datatables->links('livewire.pagination-livewire') }}
--}}
{{-- --}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection