{{-- @extends('layouts.website.website') @section('content') --}}
Patient Info
History | {{ $user->name }}
@foreach (App\DoctorAppoinment::where('patient_id',$user->id)->latest()->get() as $item) @if ($item->doctor) @else @endif @endforeach
Date Time Slot Doctor Status
{{ $item->appoinment_date }} {{ $item->appoinment_time }}{{ $item->doctor->name }} {{ $item->appoinment_status }}
@foreach (App\PatientCase::where('patient_id',$user->id)->get() as $item) @endforeach
Date Title Description
{{ $item->date }} {{ $item->title }} {{ $item->case }}
@foreach (App\DoctorPrescription::where('patient_id',$user->id)->get() as $item) @endforeach
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 }}
@endforeach

View Prescription
@foreach (App\DoctorLab::where('patient_id',$user->id)->get() as $item) @endforeach
Id Date Doctor Options
{{ $item->id }} {{ Carbon\Carbon::parse($item->date)->format("d,m Y h:i") }} {{ $item->doctor->name }} {{-- --}} {{-- --}}
{{-- Add New --}}
@foreach (App\PatientDocument::where('patient_id',$user->id)->latest()->get() as $item) @endforeach
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 }} image-1 Download X
Bed Id Alloted Time Discharge Time
Timeline
Appointment
05-10-2020

05-10-2020

Mr Doctor

Not Selected -