{{-- HEADER --}} @include('partials.adminHeader') {{-- SIDE NAVIGATION BAR --}}
× Dashboard Appointments Patient's Record Reports Payments Inventory Help About Logout
{{-- LABEL --}}
DASHBOARD
{{-- ADMIN --}}
ADMIN
{{-- SEARCH --}}
@if($patient->count()>0) @foreach($patient as $ps) @endforeach @else @endif
Patient No. Name More Details Action
{{$ps->patient_id}} {{$ps->last_name.', '.$ps->first_name.' '.$ps->middle_name}} More Details Edit
product not found
{{-- SCRIPTS --}}