Browse Source

Show TZ based start and end time in patients list

Vijayakrishnan 4 years ago
parent
commit
436d0e7162
1 changed files with 2 additions and 3 deletions
  1. 2 3
      resources/views/app/patients.blade.php

+ 2 - 3
resources/views/app/patients.blade.php

@@ -75,10 +75,9 @@
                                     <tr>
                                         <td class="text-black p-0 border-0">
                                             <div class="pb-0">
-                                                {{ friendly_date_time($appointment->start_time, false) }}, {{ friendly_time($appointment->start_time) }}
+                                                {{ friendly_date_time($appointment->raw_start_time, false) }}, {{ friendly_time($appointment->raw_start_time) }}
+                                                <span class="d-inline-block text-secondary text-sm">({{ $appointment->timezone }})</span>
                                                 &nbsp;/&nbsp;
-                                                {{--<span class="d-inline-block ml- 2 text-secondary">{{ $appointment->title }}</span>
-                                                &nbsp;/&nbsp;--}}
                                                 <b class="mr-1">{{$appointment->pro->displayName()}}</b>
                                                 <span class="text-secondary text-sm">({{ $appointment->status }})</span>
                                             </div>