@php $current = $controlPanelVoyageScope ?? 'active'; $scopes = [ 'active' => 'Active (not completed/cancelled)', 'paused' => 'Lifecycle paused', 'loading' => 'Status: loading', 'at_sea' => 'Status: at sea', 'arriving' => 'Status: arriving', 'discharging' => 'Status: discharging', 'completed' => 'Status: completed', 'cancelled' => 'Status: cancelled', 'all' => 'All statuses', ]; @endphp