@extends('admin.layout.master') @section('title','WORK ORDER SHEET') @section('custom_style') @endsection @section ('content')
| Customer : {{$order->party->name_eng}} | WORK ORDER SHEET | Order NO : {{$order->order_no}} | ||
|---|---|---|---|---|
| # | PRODUCT | Packing Size | QTY | |
| {{++$i}} | {{$item->unit_size}} | {{$item->quantity}} | ||
| No Product Available for Order | ||||
| Total | {{$total_qty}} | |||