| Date | Time Slot | Doctor | Status | |
|---|---|---|---|---|
| {{ $item->appoinment_date }} | {{ $item->appoinment_time }} | @if ($item->doctor){{ $item->doctor->name }} | @else@endif | {{ $item->appoinment_status }} |
| Date | Title | Description |
|---|---|---|
| {{ $item->date }} | {{ $item->title }} | {{ $item->case }} |
| Date | Doctor | Medicine | Options |
|---|---|---|---|
| {{ $item->date }} | {{ $item->doctor->name }} |
@foreach (App\DoctorPrescriptionMedicine::where('prescription_id',$item->id)->get() as $med)
{{ $med->medicine }} - {{ $med->dosage }}mg | {{ $med->frequency }} |
View Prescription |
| Date | Patient | Description | Document | Options |
|---|---|---|---|---|
| {{ Carbon\Carbon::parse($item->date)->format('d,M Y h:i') }} |
@if ($item->patient)
{{ $item->patient->name }}
{{ $item->patient->address }} {{ $item->patient->phone }} @endif |
{{ $item->title }} |
|
Download X |
| Bed Id | Alloted Time | Discharge Time |
|---|---|---|
Appointment
05-10-2020
05-10-2020
Mr Doctor
Not Selected -