🎯 Operations Command Center

Unified view of all logistics operations with real-time insights and integrated workflows

Active Shipments

{{ $operationsData['active_shipments'] ?? 0 }}

In Transit

On-Time Delivery

{{ $operationsData['performance_metrics']['on_time_delivery'] ?? 95 }}%

Performance

Pending Invoices

{{ $operationsData['pending_invoices'] ?? 0 }}

Awaiting Review

Overdue Payments

{{ $operationsData['overdue_payments'] ?? 0 }}

Requires Action

📋 Recent Activities

@foreach($operationsData['recent_activities'] ?? [] as $activity)
@if($activity['type'] === 'shipment')
@elseif($activity['type'] === 'invoice')
@endif

{{ $activity['message'] }}

{{ $activity['timestamp'] ? $activity['timestamp']->diffForHumans() : 'Just now' }}

View
@endforeach

📊 Performance Metrics

Customer Satisfaction
{{ $operationsData['performance_metrics']['customer_satisfaction'] ?? 4.8 }}/5.0
Avg Processing Time {{ $operationsData['performance_metrics']['average_processing_time'] ?? 2.3 }} days
Revenue Growth +{{ $operationsData['performance_metrics']['revenue_growth'] ?? 12.5 }}%