@extends('layouts.app') @section('title', 'Dashboard') @section('content') @php $breadcrumbs = [['label' => 'Dashboard']]; @endphp
Here's what's happening with your operations today.
| Shipment # | Customer | Origin | Destination | Mode | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $shipment->shipment_number }} | {{ $shipment->customer->name ?? 'N/A' }} | {{ $shipment->origin_port->name ?? 'N/A' }} | {{ $shipment->destination_port->name ?? 'N/A' }} | {{ $shipment->mode ?? 'N/A' }} | ||
| {{ $s[0] }} | {{ $s[1] }} | {{ $s[2] }} | {{ $s[3] }} | {{ $s[4] }} |
{{ $approval->title ?? 'Approval' }}
{{ $approval->requested_by ?? 'System' }} · {{ $approval->created_at?->diffForHumans() ?? '' }}{{ $a[0] }}
{{ $a[1] }} · {{ $a[2] }}{{ $activity['message'] ?? '' }}
{{ $activity['time'] ?? '' }} · {{ $activity['user'] ?? '' }}{{ $notification->data['message'] ?? 'Notification' }}
{{ $notification->created_at->diffForHumans() }}{{ $n['message'] }}
{{ $n['time'] }}