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

WORK ORDER

@csrf
{{-- --}}
{{-- --}}
{{-- end --}}
{{-- --}} {{-- --}} {{-- --}} {{-- size --}} {{-- --}} {{-- rate --}} {{-- --}} {{-- costing --}} {{-- --}} {{-- Profit --}} {{-- --}} {{-- --}} @php $total_qty=0; $total_tcbm=0; $total_gprofit=0; $total_fob_offer_g=0; $i=0; @endphp @forelse ($quotation->details->where('ordered',0) as $k=>$item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @php $total_qty+=$item->qty; // $total_tcbm+=$tcbm; // $total_gprofit+=$profit_total; // $total_fob_offer_g+=$total_fob_offer; @endphp @empty @endforelse {{-- --}} {{-- --}}
# PRODUCT Packing SizeF. Rate Costing Comm
(CTN)
FOB CBMQTYT.CBM OFFER Profit T.FOB GP
carton piecepiece cartonO. Cost Comm.(%)carton Total
{{++$i}}
No Product Available for Order
Total
Add, Other Charge
Net Amount
{{-- --}}

@include('inventory.prepurchase.quotation.install_modal') @endsection @section('script') @stop