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