| Status | Notes | Scheduled | Start | End | Actions |
|---|---|---|---|---|---|
| {{ config('status.consultation')[$consultation->status] }} | {{ $consultation->doctor_notes }} | {{ $consultation->formatDateDiffForHumans('scheduled_at') }} | {{ $consultation->formatDateDiffForHumans('started_at') }} | {{ $consultation->formatDateDiffForHumans('ended_at') }} | Edit @if($consultation->status == 'scheduled') Start @endif |
| Name | Taken Before | Effectiveness |
|---|---|---|
| {{ $meds->medication_name }} | {{ $meds->taken_before ? 'Yes' : 'No' }} | {{ $meds->effectiveness }} |