@extends('mrp') @section('title', $page_title) @section('content')
{{ Session::get('message') }}
| No | DO Code | DO Date | Delivery Date | Customer | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $planning->do_code }} | {{ $planning->do_date }} | {{ $planning->delivery_date }} | {{ $planning->customer->customer_name ?? 'N/A' }} |