@extends('layouts.app') @section('content')
Date : {{ $orderProduction->formatted_date }}
| PO Buyer No | : | {{ $orderProduction->obDetail->ob->po->no }} |
| PO Buyer Date | : | {{ $orderProduction->obDetail->ob->po->formatted_date }} |
| OB No | : | {{ $orderProduction->obDetail->ob->no }} |
| OB Date | : | {{ $orderProduction->obDetail->ob->formatted_date }} |
| Size | : | {{ $orderProduction->obDetail->size }} |
| Color Code | : | {{ $orderProduction->obDetail->color_code }} |
| Qty | : | {{ $orderProduction->obDetail->qty }} |
| BOM | : | {{ $orderProduction->obDetail->bom_filename }} |