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

Estimation Report

@foreach($data as $row)
Estimation No:{{$row->estimation_number}}
Appointment Date:{{date('d-M-Y', strtotime($row->estimation_date))}}
Amount:{{$row->total_cost}}
Customer Name:{{$row->c_name}}
Contact No.:{{$row->contact_number}}
Plate No.:{{$row->plate_number}}
Technician Name:{{$row->name}}
Status:{{$row->estimation_status}}
Emirates:{{$row->emirates}}
@endforeach