@include('docs._printhead', ['title'=>'SALES ORDER','no'=>$o->order_no,'date'=>'Date: '.fdate($o->order_date)]) @include('docs._fxprint', ['doc'=>$o, 'grand'=>$o->grand_total])
| # | Product | Ordered (t) | Dispatched | Rate | Amount |
|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $l->product->display_name ?? '' }} | {{ qty($l->qty_ordered) }} | {{ qty($l->qty_dispatched) }} | {{ money($l->rate) }} | {{ money($l->amount) }} |