Browse Source

Main DB - show date above appts list

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
8c0f173a76

+ 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)