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

{{__('obs.work')}} {{__('obs.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 {{-- --}} {{-- --}}
# {{__('obs.product')}} {{__('obs.packing')}} {{__('obs.size')}}{{__('obs.f.')}} {{__('obs.rate')}} {{__('obs.costing')}} {{__('obs.comm')}}
{{__('obs.(ctn)')}}
{{__('obs.fob')}} {{__('obs.cbm')}}{{__('obs.qty')}}{{__('obs.t.')}} {{__('obs.cbm')}} {{__('obs.offer')}} {{__('obs.profit')}} {{__('obs.t.')}} {{__('obs.fob')}} {{__('obs.gp')}}
{{__('obs.carton')}} {{__('obs.piece')}}{{__('obs.piece')}} {{__('obs.carton')}}{{__('obs.O.')}} {{__('obs.cost')}} {{__('obs.comm')}} {{__('obs..(%)')}}{{__('obs.carton')}} {{__('obs.total')}}
{{++$i}}
{{__('obs.no')}} {{__('obs.product')}} {{__('obs.available')}} {{__('obs.for')}} {{__('obs.order')}}
{{__('obs.total')}}
{{__('obs.add,')}} {{__('obs.other')}} {{__('obs.charge')}}
{{__('obs.net')}} {{__('obs.amount')}}
{{-- --}}

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