Forráskód Böngészése

Merge branch 'master' of rav.triplestart.com:jmudaka/stagfe2

root 3 éve
szülő
commit
a5fba146b7

+ 3 - 0
resources/views/app/mcp/dashboard/appointments-list.blade.php

@@ -1,3 +1,6 @@
+@if(@$from)
+<div class="font-weight-bold mb-2">Appointments for {{friendly_date($from)}}</div>
+@endif
 @if(@$appointments && count($appointments))
     <table class="mb-0 table table-sm table-bordered appointments">
         @foreach($appointments as $appointment)

+ 1 - 0
resources/views/app/patient/partials/appointments.blade.php

@@ -28,6 +28,7 @@
                             {{$appointment->client->displayName() }}
                         </a>
                         <div class="mt-1">
+                            <b>{{friendly_date($appointment->raw_date)}}</b>&nbsp;&nbsp;
                             {{ friendly_time($appointment->raw_start_time) }} - {{ friendly_time($appointment->raw_end_time) }}
                             <span class="text-secondary">{{ friendly_timezone($appointment->timezone) }}</span>
                         </div>