瀏覽代碼

End time in appt. is now optional

Vijayakrishnan 4 年之前
父節點
當前提交
c8bb6ffc2d
共有 1 個文件被更改,包括 2 次插入3 次删除
  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>