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

Inspection Report

{!! Form::select("status", ['All'=>'All ', 'Estimation Pending'=>'Estimation Pending', 'Job Card Pending'=>'Job Card Pending', 'Job Card Raised'=>'Job Card Raised', 'Invoice Raised'=>'Invoice Raised'], old("status"), ['class'=>'form-control', 'id'=>'status'] ) !!}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
{!! Form::select("customer_id", [''=>'Select Customer']+$customers, old("customer_id"), ['class'=>'form-control', 'id'=>'customer_id'] ) !!}
S.No. Inspection No. Date Name Contact No. plate No. VIN No. Brand Model Emirates Estimation No. Job Card No. Invoice No.
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush