All Patients
@php
$patientRegistration = explode(',', $rights->patient_registration);
$serviceBooking = explode(',', $rights->services_booking_for_patients);
$ConfirmArrival = explode(',', $rights->patient_arrival_and_departure);
$add = $patientRegistration[0];
$view = $patientRegistration[1];
$edit = $patientRegistration[2];
$updateStatus = $patientRegistration[3];
@endphp
@if ($add == 1)
@endif
@if ($view == 1)
@endif
@if ($add == 1)
@endif
@if ($add == 1)
Organization: N/A
Site: N/A
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Patient Details |
Identity |
Contact |
Status |
Action |
@endif