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

Customer Report

{!! Form::select("customer_id", [''=>'Select Customer']+$customers, old("customer_id"), ['class'=>'form-control', 'id'=>'customer_id'] ) !!}
S.No. Customer Code Opening Date Customer name Contact No. Plate No. Brand Model Invoice No. Last Invoice Date Last Invoice Amount
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush