{{-- --}} @forelse($work_orders as $key => $val) @empty @endif
Work Order Work Due Type Supplier/Technician HR Cost Material Cost Status Status Date
{{ @$val->ref }} {{ @$val->work_due }} {{ @ucfirst($val->workorder_type) }} {{ @ucfirst($val->workorder_type=="Internal" ? $val->technician_names : $val->supplier->name) }} {{ @ucfirst($val->totalhrcost) }} {{ @ucfirst($val->totalmaterialcost) }} {{ @ucfirst($val->work_status) }} {{ @$val->status_date }}
No work order