@extends('mrp') @section('title', $page_title) @section('content')
{{ Session::get('message') }}
| No | Product Code | Part Name | Part Number | Model | Unit | Customer | Action |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$product->product_code}} | {{$product->part_name}} | {{$product->part_number}} | {{$product->product_name ?? 'N/A'}} | {{$product->unit->unit_name ?? 'N/A'}} | {{$product->customer->customer_name ?? 'N/A'}} |