|
@@ -92,8 +92,8 @@
|
|
|
<option value="2021" {{request()->input('y') && intval(request()->input('y')) === 2021 ? 'selected' : ''}}>2021</option>
|
|
|
<option value="2022" {{request()->input('y') && intval(request()->input('y')) === 2022 ? 'selected' : ''}}>2022</option>
|
|
|
<option value="2023" {{request()->input('y') && intval(request()->input('y')) === 2023? 'selected' : ''}}>2023</option>
|
|
|
- <option value="2023" {{request()->input('y') && intval(request()->input('y')) === 2023? 'selected' : ''}}>2024</option>
|
|
|
- <option value="2023" {{request()->input('y') && intval(request()->input('y')) === 2023? 'selected' : ''}}>2025</option>
|
|
|
+ <option value="2023" {{request()->input('y') && intval(request()->input('y')) === 2024? 'selected' : ''}}>2024</option>
|
|
|
+ <option value="2023" {{request()->input('y') && intval(request()->input('y')) === 2025? 'selected' : ''}}>2025</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
|