|
@@ -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">
|