@extends('layout.app') @section('title', 'Vehicle Document Expiry Report') @push('header_script') @endpush @section('content')
{!! Form::select('vehicle_id', ['' => '--Select--'] + $vehicle, null, [ 'class' => 'form-control select2', 'id' => 'vehicle_id', ]) !!}
S.no. Vehicle No. Owner Name Insurance Expiry PUC Expiry Fitness Expiry Road Tax Expiry RC Expiry
@endsection @push('footer_script') @endpush