Dashboard Dashboard {{-- Test --}} {{--

Upgrade your plan from a Free trial, to ‘Premium Plan’

Users

0k

16.24 % vs. previous month

Sessions

0k

3.96 % vs. previous month

Avg. Visit Duration

0m 0sec

0.24 % vs. previous month

Bounce Rate

0%

7.05 % vs. previous month

Live Users By Country

Duration (Secs) Sessions Views
0-30 2,250 4,250
31-60 1,501 2,050
61-120 750 1,600
121-240 540 1,040

Sessions by Countries

--}}
@if (Auth::user()->hasRole(['HealthPost', 'Super Admin']))
New Patients

{{ $counts['new'] ?? 0 }}

Total Registered Patients

{{ $counts['total'] ?? 0 }}

Samples In-Process

{{ $counts['inProcess'] ?? 0 }}

Verified Samples

{{ $counts['verified'] ?? 0 }}

Rejected Samples

{{ $counts['rejected'] ?? 0 }}

@endif @if (Auth::user()->hasRole('Lab Technician'))
New Patients

{{ $counts['new'] ?? 0 }}

Total Registered Patients

{{ $counts['total'] ?? 0 }}

Samples In-Process

{{ $counts['inProcess'] ?? 0 }}

Pending For Quality Check

{{ $counts['pendingForQualityCheck'] ?? 0 }}

Doctor Verification Pending

{{ $counts['doctorVerificationPending'] ?? 0 }}

{{-- --}}
Verified Samples

{{ $counts['verified'] ?? 0 }}

Rejected Samples

{{ $counts['rejected'] ?? 0 }}

@endif @if (Auth::user()->hasRole('Doctor'))
New Sample

{{ $counts['new'] ?? 0 }}

Total Sample Received

{{ $counts['total'] ?? 0 }}

Verified Samples

{{ $counts['verified'] ?? 0 }}

Rejected Samples

{{ $counts['rejected'] ?? 0 }}

@endif
{{--
@csrf
cancel
--}}
{{-- --}} @foreach ($patientList as $index => $list) {{-- {{ dd($list) }} --}} {{-- --}} @endforeach
Sr.NO Patient Id Sample Id Patient Name Patient Age Lab Name Test Name DateSample Collection Details Received Details Approval Date & Time Approval By Rejected RemarkAction
{{ $index + 1 }} {{ $list->patient_uniqe_id }} {{ $list->sample_id ?? '-' }} {{ $list->first_name }} {{ $list->middle_name }} {{ $list->last_name }} {{ $list->age }} {{ $list->labName->lab_name }} {{ $list->mainCategory->main_category_name }} {{ \Carbon\Carbon::parse($list->date)->format('Y-m-d h:i A') }}{{ \Carbon\Carbon::parse($list->received_at)->setTimezone('Asia/Kolkata')->format('Y-m-d H:i:s') }} {{ \Carbon\Carbon::parse($list->patient_approval_at)->setTimezone('Asia/Kolkata')->format('Y-m-d H:i:s') }} {{ $list->patient_approval_by }} {{ $list->remark }} {{-- --}} {{-- @if ($list->status == 'received') @endif --}}
@push('scripts') @endpush