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

Work Shop Diary Report

{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
S.No. Job Card No. Date Customer Name Advisor Name Plate No. Remarks Job Category Sales Man Appointment No. Inspection No. Estimation No. Invoice No. Status
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush