@extends('layouts.app') @section('content')

Order Production

Page for Order Production

@foreach ($orderProductions as $orderProduction) @endforeach
No Date PO Buyer No PO Buyer Date OB No OB Date Size Color Qty Delivery Date Destination Country Ship Mode Remarks Action
{{ $orderProduction->no }} {{ $orderProduction->formatted_date }} {{ $orderProduction->obDetail->ob->po->no }} {{ $orderProduction->obDetail->ob->po->formatted_date }} {{ $orderProduction->obDetail->ob->no }} {{ $orderProduction->obDetail->ob->formatted_date }} {{ $orderProduction->obDetail->size }} {{ $orderProduction->obDetail->color_code }} {{ $orderProduction->obDetail->qty }} {{ $orderProduction->obDetail->delivery_date }} {{ $orderProduction->obDetail->destination }} {{ $orderProduction->obDetail->country }} {{ $orderProduction->obDetail->ship_mode }} {{ $orderProduction->obDetail->remarks }} @if ($orderProduction->boms->isEmpty()) @else @endif
@endsection @section('js') @endsection