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

Remarks Report

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