@extends('admin.layout.master') @section('title','WORK ORDER SHEET') @section('custom_style') @endsection @section ('content')

WORK ORDER SHEET

 
{{--
--}}
{{-- end --}}
@php $total_qty=0; $total_tcbm=0; $total_gprofit=0; $total_fob_offer_g=0; $i=0; @endphp @forelse ($order->details as $k=>$item) @php $total_qty+=$item->quantity; @endphp @empty @endforelse
Customer : {{$order->party->name_eng}}WORK ORDER SHEETOrder NO : {{$order->order_no}}
# PRODUCT Packing Size QTY
{{++$i}} {{$item->unit_size}} {{$item->quantity}}
No Product Available for Order
Total {{$total_qty}}

@endsection