Ver código fonte

server changes

root 1 ano atrás
pai
commit
af2846ca7a
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1 5
      resources/views/app/patient/care-months.blade.php

+ 1 - 5
resources/views/app/patient/care-months.blade.php

@@ -89,11 +89,7 @@
                     <div class="mb-2">
                         <label class="text-secondary text-sm mb-1">Year *</label>
                         <select name="startYear" class="form-control form-control-sm" required>
-                            <option value="">-- Start Year --</option>
-                            <option value="2022" {{ date('Y') === '2022' ? 'selected' : '' }}>2022</option>
-                            @if(date('m') === '12')
-                                <option value="2023" {{ date('Y') === '2023' ? 'selected' : '' }}>2023</option>
-                            @endif
+                            <option value="2023" {{ date('Y') === '2023' ? 'selected' : '' }}>2023</option>
                         </select>
                     </div>
                     <div class="d-flex align-items-center">