|
@@ -9,8 +9,10 @@
|
|
|
Follow up appointment marked as needed but <b>not booked yet!</b>
|
|
|
@else
|
|
|
Follow up appointment on
|
|
|
- <b>{{$note->followUpAppointment ? friendly_date($note->followUpAppointment->raw_date) : '-'}}</b>
|
|
|
+ <b>{{$note->followUpAppointment ? friendly_date($note->followUpAppointment->raw_date) . ' ' . ($note->followUpAppointment->raw_start_time ? friendly_time($note->followUpAppointment->raw_start_time): '') : '-'}}</b>
|
|
|
<span class="text-sm">(Status: {{$note->followUpAppointment ? $note->followUpAppointment->status : '-'}})</span>
|
|
|
+ with
|
|
|
+ <b>{{$note->followUpAppointment->pro->displayName()}}</b>
|
|
|
@endif
|
|
|
@else
|
|
|
Follow up appointment not needed. Reason: <b>{{$note->follow_up_not_needed_memo}}</b>
|