@extends('layouts.app') @section('title', __( 'delivery_information.delivery_information' )) @section('content')

@lang( 'delivery_information.delivery_information' ) @lang( 'delivery_information.manage_delivery_information' )

@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')
@lang( 'messages.add' )
@endslot @endcan --}} @can('user.view')
@lang( 'delivery_information.name' ) @lang( 'delivery_information.email' ) @lang( 'delivery_information.contact_no' ) @lang( 'delivery_information.driver_name' ) @lang( 'delivery_information.delivery_datetime' ) @lang( 'delivery_information.invoice_no' ) @lang( 'Packing Status' ) @lang( 'Delivery Status' ) @lang( 'messages.action' )
@endcan @endcomponent
@stop @section('javascript') @endsection