@include('admin/reports/common/header')

Remark Report

@foreach($data as $row)
Invoice No. : {{$row->bill_no}}
Invoce Date: {{$row->bill_date}}
Job Card Name: {{$row->job_card_number}}
JobCard Remarks : {{$row->job_card_remark}}
Invoce Remarks: {{$row->invoice_remark}}
Appointment Remarks : {{$row->remark}}
Inspection Remarks : {{$row->technician_remark}}
Estimation Remarks : {{$row->estimation_remark}}
@endforeach