Reporte por repartidor.
{!! Form::open(['url' => '/report/by/deliveryman', 'target' => '_blank']) !!}
{!! Form::date('date_from', null, ['required']) !!}
{!! Form::date('date_end', null, ['required']) !!}
{!! Form::select('delivery_man_id', $dealers, null, ['class' => 'form-select']) !!}
{!! Form::close() !!}