@extends('mrp') @section('title', $page_title) @section('content')
{{ Session::get('message') }}
| No | Customer | DOCK-CD | Quantity | Part Name | Part No | Date | Action |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$forecast->customer->customer_name ?? 'N/A'}} | {{$forecast->qty_forecast}} | {{$forecast->product->part_name ?? 'N/A'}} | {{$forecast->product->part_number ?? 'N/A'}} | {{$forecast->forecast_date}} |