@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('driver_id', __('delivery_information.driver_name') . ':') !!}
{!! Form::select('driver_id', $drivers, null, ['class' => 'form-control select2','id' => 'driver_id', 'style' => 'width:100%']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary'])
{{--@can('delivery_information.create')
@slot('tool')
@endslot
@endcan --}}
@can('user.view')
@endcan
@endcomponent
@stop
@section('javascript')
@endsection