@include('docs._printhead', ['title'=>'MAINTENANCE WORK ORDER','no'=>$w->wo_no,'date'=>'Reported: '.fdate($w->reported_date).' ยท Priority: '.ucfirst($w->priority)])
Problem: {{ $w->problem_description }}
Work done: {{ $w->work_done ?? 'โ' }}
| # | Part | Qty | Rate | Amount |
|---|---|---|---|---|
| {{ $i+1 }} | {{ $p->item->display_name ?? '' }} | {{ qty($p->qty) }} | {{ money($p->rate) }} | {{ money($p->amount) }} |