@extends('layouts.app') @section('title', 'Container Planning') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')
Plan and manage container loading
| Plan # | Order # | Container | Shipment Type | Utilization | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $plan->plan_number }} | {{ $plan->order->order_number ?? 'N/A' }} | {{ $plan->container_size ?? 'N/A' }} - {{ $plan->container_number ?? '' }} | {{ ucfirst($plan->shipment_type ?? 'FCL') }} |
@php $util = $plan->utilization ?? 0; @endphp
|
{{ ucfirst(str_replace('_', ' ', $plan->status)) }} | |
No container plans | ||||||