Browse Source

End time in appt. is now optional

Vijayakrishnan 4 năm trước cách đây
mục cha
commit
c8bb6ffc2d
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      resources/views/app/patient/manage-appointment.blade.php

+ 2 - 3
resources/views/app/patient/manage-appointment.blade.php

@@ -62,10 +62,9 @@
                        required>
             </div>
             <div class="mb-3">
-                <label class="text-secondary mb-1">End Time *</label>
+                <label class="text-secondary mb-1">End Time</label>
                 <input name="endTime" class="form-control form-control-sm" type="time"
-                       value="{{ $appointment && $appointment->raw_end_time ? $appointment->raw_end_time : '' }}"
-                       required>
+                       value="{{ $appointment && $appointment->raw_end_time ? $appointment->raw_end_time : '' }}">
             </div>
             <div class="mb-3">
                 <label class="text-secondary mb-1">Title</label>