Patient |
Doctor |
Department |
Date/Time |
Actions |
Delete |
@foreach($appointments as $appointment)
{{$appointment->patient->first_name}} |
{{$appointment->doctor->first_name}} |
{{$appointment->department->name}} |
{{$appointment->date.' / '.$appointment->time}} |
|
|
@endforeach
Patient |
Date |
Title |
Actions |
Delete |
@foreach($casehistories as $casehistory)
{{$casehistory->patient->first_name}} |
{{$casehistory->date}} |
{{$casehistory->title}} |
|
|
@endforeach
Patient |
Doctor |
Date |
Description |
Actions |
Delete |
@foreach($documents as $document)
{{$document->patient->first_name}} |
{{$document->doctor->first_name}} |
{{$document->date}} |
{{$document->description}} |
|
|
@endforeach
Patient |
Doctor |
date |
Actions |
Delete |
@foreach($prescriptions as $prescription)
{{$prescription->patient->first_name}} |
{{$prescription->doctor->first_name}} |
{{$prescription->date}} |
|
|
@endforeach
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
Bed ID |
Patient ID |
Alloted Date / Time |
Discharge Date / Time |
Status |
Actions |
Delete |
@foreach($bedallotments as $bedallotment)
{{$bedallotment->bed_id}} |
{{$bedallotment->patient_id}} |
{{$bedallotment->start_date.' / '.$bedallotment->start_time}} |
{{$bedallotment->end_date.' / '.$bedallotment->end_time}} |
{{$bedallotment->status}} |
|
|
@endforeach
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and