@extends('layout.app') @section('title', 'Driver Document Expiry Report') @push('header_script') @endpush @section('content')
{!! Form::select('employee_id', ['' => '--Select--'] + $drivers, null, [ 'class' => 'form-control select2', 'id' => 'employee_id', ]) !!}
{{-- --}} {{-- --}}
S.no.Driver CodeDriver Name Mobile No. Licence ExpiryOther Documents Expiry
@endsection @push('footer_script') @endpush