@extends('mrp') @section('title', $page_title) @section('content')
{{ Session::get('message') }}
| No | Product | Quantity | Unit | PO Code | |
|---|---|---|---|---|---|
| {{-- {{ dd($inventory_products[0]->production->product) }} --}} @error('inventory_product_list_id') {{ $message }} @enderror | @error('quantity') {{ $message }} @enderror | @error('unit_id') {{ $message }} @enderror | @error('po_code') {{ $message }} @enderror |
|
|
| {{ $loop->iteration }} | {{ $inventory_shipment->inventoryProductList->product->part_name }} | {{ $inventory_shipment->inventoryProductList->product->part_number }} | {{ $inventory_shipment->quantity }} | {{ $inventory_shipment->unit->unit_name }} | {{ $inventory_shipment->po_code }} |