Răsfoiți Sursa

EC-263 - show appt time and pro in fu appt

Vijayakrishnan 3 ani în urmă
părinte
comite
6b315ce72a

+ 3 - 1
resources/views/app/patient/note/follow-up-appointment.blade.php

@@ -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>