{!! Form::open(['route' => 'reports.monthly','method'=>'post','class'=>'form-inline']) !!}
{!! Form::label('year', __('fleet.year'), ['class' => 'form-label']) !!}
{!! Form::select('year', $years, $year_select,['class'=>'form-control']); !!}
{!! Form::label('month', __('fleet.month'), ['class' => 'form-label']) !!}
{!! Form::selectMonth('month',$month_select,['class'=>'form-control']); !!}
{!! Form::label('vehicle', __('fleet.vehicles'), ['class' => 'form-label']) !!}
{!! Form::close() !!}