| Id | Patient | Doctor | Date - Time | Remarks | Status | Options | ||
|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | @if ($item->patient){{ $item->patient->name }} | @else@endif @if ($item->doctor) | {{ $item->doctor->name }} | @else@endif | {{ $item->appoinment_date }} | {{ $item->appoinment_time }} | {{ $item->remarks }} | {{ $item->appoinment_status }} |