{{-- @extends('layouts.website.website')
@section('content') --}}
@foreach (App\DoctorPrescriptionMedicine::where('prescription_id',$item->id)->get() as $med)
{{ $med->medicine }} - {{ $med->dosage }}mg | {{ $med->frequency }} Not Selected -
@foreach (App\DoctorAppoinment::where('patient_id',$user->id)->latest()->get() as $item)
Date
Time Slot
Doctor
Status
@endforeach
{{ $item->appoinment_date }}
{{ $item->appoinment_time }}
@if ($item->doctor)
{{ $item->doctor->name }}
@else
@endif
{{ $item->appoinment_status }}
@foreach (App\PatientCase::where('patient_id',$user->id)->get() as $item)
Date
Title
Description
@endforeach
{{ $item->date }}
{{ $item->title }}
{{ $item->case }}
@foreach (App\DoctorPrescription::where('patient_id',$user->id)->get() as $item)
Date
Doctor
Medicine
Options
@endforeach
{{ $item->date }}
{{ $item->doctor->name }}
@endforeach
View Prescription
@foreach (App\PatientDocument::where('patient_id',$user->id)->latest()->get() as $item)
Date
Patient
Description
Document
Options
@endforeach
{{ 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