@extends('admin.layout.app') @section('title','Rental Report') @push('headerscript') @endpush @section('content')

Rental Report

{!! Form::select("customer_id", [''=>'Select Customer']+$customers, old("customer_id"), ['class'=>'form-control', 'required', 'id'=>'customer_id'] ) !!}
S.No. Invoice Number Date Customer Name Plate No. Start Date Receive Date
{!! Form::close() !!}
@endsection @push('footerscript') @endpush