@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

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)
Filter
@csrf
to
@if($user->org_id != 0)
@else
@endif
@endif @if ($add == 1) @endif @if ($add == 1) @endif @if ($add == 1) @endif @if ($view == 1)
Patient Details Identity Contact Status Action
@endif
@if ($edit == 1) @endif @if ($view == 1) @endif @include('partials/footer')