CLOSE INFO BOXES
Filter:
All Years
@foreach($markeryears as $year)
{{ ucfirst(strtolower($year)) }}
@endforeach
All Months
@for($i = 1; $i < 13; $i++)
{{ str_pad($i, 2, '0', STR_PAD_LEFT) }}
@endfor