image
{{ ($data->patientUser->status === 1) ? __('messages.common.active') : __('messages.common.de_active') }}

{{ $data->patientUser->full_name }}

{{ $data->patientUser->email }} @if(!empty($data->address->address1) || !empty($data->address->address2) || !empty($data->address->city) || !empty($data->address->zip)) @endif {{ !empty($data->address->address1) ? $data->address->address1 : '' }}{{ !empty($data->address->address2) ? !empty($data->address->address1) ? ',' : '' : '' }} {{ empty($data->address->address1) || !empty($data->address->address2) ? !empty($data->address->address2) ? $data->address->address2 : '' : '' }} {{ empty($data->address->address1) && empty($data->address->address2) ? '' : '' }}{{ !empty($data->address->city) ? ','.$data->address->city : '' }}{{ !empty($data->address->zip) ? ','.$data->address->zip : '' }}

{{!empty($data->cases) ? $data->cases->count() : 0}}

{{__('messages.patient.total_cases')}}

{{!empty($data->admissions) ? $data->admissions->count() : 0}}

{{__('messages.patient.total_admissions')}}

{{!empty($data->appointments) ? $data->appointments->count() : 0}}

{{__('messages.patient.total_appointments')}}

{{ !empty($data->patientUser->phone) ?$data->patientUser->region_code.$data->patientUser->phone :__('messages.common.n/a') }}
{{ ($data->patientUser->gender != 1) ? __('messages.user.male') : __('messages.user.female') }}
@if(!empty($data->patientUser->blood_group)) {{ $data->patientUser->blood_group }} @else {{ __('messages.common.n/a')}} @endif
{{ !empty($data->patientUser->dob) ? \Carbon\Carbon::parse($data->patientUser->dob)->translatedFormat('jS M, Y') : __('messages.common.n/a') }}
{{ !empty($data->patientUser->created_at) ? $data->patientUser->created_at->diffForHumans() : __('messages.common.n/a') }}
{{ !empty($data->patientUser->updated_at) ? $data->patientUser->updated_at->diffForHumans() : __('messages.common.n/a') }}
{{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 1])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Nurse'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->cases as $case)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Nurse'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.case.case_id') }}{{ __('messages.case.doctor') }}{{ __('messages.case.case_date') }}{{ __('messages.case.fee') }}{{ __('messages.common.status') }}{{ __('messages.common.action') }}
--}} {{-- @if(!Auth::user()->hasRole('Patient|Nurse|Case Manager|Accountant'))--}} {{-- {{ $case->case_id }}--}} {{-- @else--}} {{-- {{ $case->case_id }}--}} {{-- @endif--}} {{-- --}} {{--
--}} {{-- @if(Auth::user()->hasRole('Patient|Nurse|Case Manager'))--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $case->doctor->user->full_name }}--}} {{-- {{ $case->doctor->user->email }}--}} {{--
--}} {{-- @else--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- {{ $case->doctor->user->full_name }}--}} {{-- {{ $case->doctor->user->email }}--}} {{--
--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($case->date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($case->date)->format('jS M, Y') }}
--}} {{--
--}} {{--
--}} {{-- {{ getCurrencySymbol() }} {{ number_format($case->fee, 2) }}--}} {{-- --}} {{-- @if($case->status)--}} {{-- {{__('messages.common.active')}}--}} {{-- @else--}} {{-- {{ __('messages.common.de_active') }}--}} {{-- @endif--}} {{-- @include('layouts.action-component-for-detail', ['id' => $case->id, 'url' => route('patient-cases.edit', $case->id), 'deleteUrl' => url('patient-cases'), 'message' => 'Case'])
--}} {{--
--}} {{--

{{ __('messages.patient_admissions') }}

--}} {{-- --}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 2])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Nurse'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->admissions as $admission)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Nurse'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.bill.admission_id') }}{{ __('messages.patient_admission.doctor') }}{{ __('messages.patient_admission.admission_date') }}{{ __('messages.patient_admission.discharge_date') }}{{ __('messages.common.status') }}{{ __('messages.common.action') }}
--}} {{-- @if(Auth::user()->hasRole('Admin|Doctor|Case Manager'))--}} {{-- {{ $admission->patient_admission_id }}--}} {{-- @else--}} {{-- {{ $admission->patient_admission_id }}--}} {{-- @endif--}} {{-- --}} {{--
--}} {{-- @if(Auth::user()->hasRole('Patient|Nurse|Case Manager'))--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $admission->doctor->user->full_name }}--}} {{-- {{ $admission->doctor->user->email }}--}} {{--
--}} {{-- @else--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- {{ $admission->doctor->user->full_name }}--}} {{-- {{ $admission->doctor->user->email }}--}} {{--
--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($admission->admission_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($admission->admission_date)->format('jS M, Y') }}
--}} {{--
--}} {{--
--}} {{-- @if(!empty($admission->discharge_date))--}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($admission->discharge_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($admission->discharge_date)->format('jS M, Y') }}
--}} {{--
--}} {{-- @else--}} {{-- N/A--}} {{-- @endif--}} {{--
--}} {{-- @if($admission->status)--}} {{-- {{__('messages.common.active')}} --}} {{-- @else--}} {{-- {{__('messages.common.de_active') }}@endif--}} {{-- @include('layouts.action-component-for-detail', ['id' => $admission->id, 'url' => route('patient-admissions.edit', $admission->id), 'deleteUrl' => url('patient-admissions'), 'message' => 'patient Admissions'])
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 3])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->appointments as $appointment)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.appointment.doctor') }}{{ __('messages.appointment.doctor_department') }}{{ __('messages.appointment.date') }}{{ __('messages.common.action') }}
--}} {{--
--}} {{-- @if(Auth::user()->hasRole('Admin|Doctor|Lab Technician|Pharmacist|Accountant'))--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $appointment->doctor->user->full_name }}--}} {{-- {{ $appointment->doctor->user->email }}--}} {{--
--}} {{-- @else--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- {{ $appointment->doctor->user->full_name }}--}} {{-- {{ $appointment->doctor->user->email }}--}} {{--
--}} {{-- @endif--}} {{-- --}} {{--
{{ $appointment->doctor->department->title }}--}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($appointment->opd_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($appointment->opd_date)->format('jS M, Y') }}
--}} {{--
--}} {{--
@include('layouts.action-component-for-detail', ['id' => $appointment->id, 'url' => route('appointments.edit', $appointment->id), 'deleteUrl' => url('appointments'), 'message' => 'Appointment'])
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 4])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->bills as $bill)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.bill.bill_id') }}{{ __('messages.bill.bill_date') }}{{ __('messages.bill.amount') }}{{ __('messages.common.action') }}
--}} {{-- @if(Auth::user()->hasRole('Admin|Patient'))--}} {{-- --}} {{-- {{ $bill->patient_admission_id }}--}} {{-- @elseif(Auth::user()->hasRole('Accountant'))--}} {{-- --}} {{-- {{ $bill->patient_admission_id }}--}} {{-- @else--}} {{-- {{ $bill->patient_admission_id }}--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($bill->bill_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($bill->bill_date)->format('jS M, Y') }}
--}} {{--
--}} {{--
--}} {{-- {{ getCurrencySymbol() }}{{ number_format($bill->amount, 2) }}--}} {{-- @include('layouts.action-component-for-detail', ['id' => $bill->id, 'url' => route('bills.edit', $bill->id), 'deleteUrl' => url('bills'), 'message' => 'Bill'])
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 5])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->invoices as $invoice)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('Invoice Id') }}{{ __('messages.invoice.invoice_date') }}{{ __('messages.common.status') }}{{ __('messages.invoice.amount') }}{{ __('messages.common.action') }}
--}} {{-- @if(!Auth::user()->hasRole('Case Manager|Doctor|Nurse|Patient|Receptionist'))--}} {{-- {{$invoice->invoice_id}}--}} {{-- @else--}} {{-- {{$invoice->invoice_id}}--}} {{-- @endif--}} {{-- --}} {{-- @if(Auth::user()->hasRole('Admin|Patient'))--}} {{-- --}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($invoice->invoice_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($invoice->invoice_date)->format('jS M, Y') }}
--}} {{--
--}} {{--
--}} {{-- @elseif(Auth::user()->hasRole('Accountant'))--}} {{-- --}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($invoice->invoice_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($invoice->invoice_date)->format('jS M, Y') }}
--}} {{--
--}} {{--
--}} {{-- @else--}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($invoice->invoice_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($invoice->invoice_date)->format('jS M, Y') }}
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- @if($invoice->status)--}} {{-- {{__('messages.invoice.paid')}}--}} {{-- @else--}} {{-- {{__('messages.invoice.not_paid') }}--}} {{-- @endif--}} {{--
--}} {{-- {{ getCurrencySymbol() }} {{ number_format($invoice->amount - ($invoice->amount * $invoice->discount / 100), 2) }}--}} {{--
--}} {{--
@include('layouts.action-component-for-detail', ['id' => $invoice->id, 'url' => route('invoices.edit', $invoice->id), 'deleteUrl' => url('invoices'), 'message' => 'Invoice'])
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 6])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->advancedpayments as $advancedPayment)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.advanced_payment.receipt_no') }}{{ __('messages.advanced_payment.date') }}{{ __('messages.advanced_payment.amount') }}{{ __('messages.common.action') }}
--}} {{-- @if(!Auth::user()->hasRole('Patient|Nurse|Case Manager|Accountant|Doctor|Receptionist'))--}} {{-- {{ $advancedPayment->receipt_no }}--}} {{-- @else--}} {{-- {{ $advancedPayment->receipt_no }}--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($advancedPayment->date)->format('jS M, Y') }}
--}} {{--
--}} {{--
--}} {{-- {{ getCurrencySymbol() }}{{ number_format($advancedPayment->amount, 2) }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @include('partials.modal.delete_action_component_for_modal', ['id' => $advancedPayment->id, 'deleteUrl' => route('advanced-payments.index'), 'message' => 'Advanced Payment'])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 7])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->documents as $document)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.document.document_type') }}{{ __('messages.document.title') }}{{ __('messages.common.action') }}
{{$document->documentType->name}}{{$document->title}}--}} {{-- @if (!empty($document->document_url))--}} {{-- --}} {{-- @endif--}} {{-- @include('partials.modal.delete_action_component_for_modal', ['id' => $document->id, 'deleteUrl' => route('documents.index'), 'message' => 'Document'])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component-for-detail', ['id' => 8])--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data->vaccinations as $vaccination)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!Auth::user()->hasRole('Patient|Doctor|Accountant|Case Manager|Nurse|Receptionist'))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.vaccinated_patient.vaccination_name') }}{{ __('messages.vaccinated_patient.serial_no') }}{{ __('messages.vaccinated_patient.does_no') }}{{ __('messages.vaccinated_patient.dose_given_date') }}{{ __('messages.common.action') }}
{{ $vaccination->vaccination->name }}--}} {{-- @if(!empty($vaccination->vaccination_serial_number))--}} {{-- {{$vaccination->vaccination_serial_number}}--}} {{-- @else--}} {{-- {{ __('messages.common.n/a')}}--}} {{-- @endif--}} {{-- --}} {{-- @if(!empty($vaccination->dose_number))--}} {{-- {{$vaccination->dose_number}}--}} {{-- @else--}} {{-- {{ __('messages.common.n/a')}}--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
{{ \Carbon\Carbon::parse($vaccination->dose_given_date)->format('g:i A') }}
--}} {{--
{{ \Carbon\Carbon::parse($vaccination->dose_given_date)->format('jS M, Y') }}
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @include('partials.modal.delete_action_component_for_modal', ['id' => $vaccination->id, 'deleteUrl' => route('vaccinated-patients.index'), 'message' => 'Vaccination'])--}} {{--
--}} {{--
--}} {{----}} {{----}}