@extends('layouts.dashboard.adminapp') @section('title', 'Production In Progress List') @section('content')
| RC No | Company | RC Date | Status | Planned By | Action |
|---|---|---|---|---|---|
| {{ $rc->route_no }} | {{ $rc->company_name }} | {{ $rc->route_date }} | {{ $rc->status }} | {{ optional($rc->approved_by)->name ?? 'Admin' }} | View Production |
| No production in progress. | |||||