{!! Form::select('month', $months, $month, ['class' => 'b-field__select js-select form-control js-month'] + ($isFirstSearch ? ['id' => 'month'] : [])) !!}
{!! Form::select('year', $years, $year, ['class' => 'b-field__select js-select form-control js-year'] + ($isFirstSearch ? ['id' => 'year'] : [])) !!}