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

Workshop Profit Report

{!! 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'] ) !!}
{!! Form::select("job_category", [''=>'Select ','regular'=>'Regular', 'insurance'=>'Insurance', 'warranty'=>'Warranty'], old("job_category"), ['class'=>'form-control', 'id'=>'job_category'] ) !!}
{{$errors->first('job_category')}}
S.No. Job Card No. Date Type Customer Name Contact No. VIN No. Brand Model Plate No. Emirates Invoice No. Invoice Date Total Cost Total Sale Profit
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush