Quellcode durchsuchen

Main DB - show date above appts list

Vijayakrishnan vor 3 Jahren
Ursprung
Commit
8c0f173a76
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      resources/views/app/mcp/dashboard/appointments-list.blade.php

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