@extends('admin.layout.master') @section('title','WORK ORDER SHEET') @section('custom_style') @endsection @section ('content')
| {{__('obs.customer')}} : {{$order->party->name_eng}} | {{__('obs.work')}} {{__('obs.order')}} {{__('obs.sheet')}} | {{__('obs.order')}} {{__('obs.no')}} : {{$order->order_no}} | ||
|---|---|---|---|---|
| # | {{__('obs.product')}} | {{__('obs.packing')}} {{__('obs.size')}} | {{__('obs.qty')}} | |
| {{++$i}} | {{$item->unit_size}} | {{$item->quantity}} | ||
| {{__('obs.no')}} {{__('obs.product')}} {{__('obs.available')}} {{__('obs.for')}} {{__('obs.order')}} | ||||
| Total | {{$total_qty}} | |||