@if (isset($years) && $years != null)
@foreach ($years as $year) @php $csstx = ''; if ($year == $syear) { $csstx = 'text-white'; } @endphp
{{ $year }}
@endforeach
@endif @if (isset($months) && $months != null)
@foreach ($months as $month) @php $csstx = ''; if ($month == $smonth) { $csstx = 'text-white'; } @endphp
{{ monthname($month) }}
@endforeach
@endif