@extends('layouts.app') @section('title', 'Dashboard - Terminal Operating System') @section('content')
| Name | Type | Status | Ships |
|---|---|---|---|
| {{ $terminal->name }} | {{ $terminal->type }} | {{ ucfirst($terminal->status) }} | {{ $terminal->ships->count() }} |
| No terminals found | |||
| Name | Status | Capacity | Load |
|---|---|---|---|
| {{ $ship->name }} | {{ ucfirst(str_replace('_', ' ', $ship->status)) }} | {{ $ship->capacity }} | {{ $ship->current_load }} / {{ $ship->capacity }} |
| No ships found | |||
| Terminal | Capacity | Current Load | Utilization |
|---|---|---|---|
| {{ $terminal->name }} | {{ $terminal->capacity }} | {{ $terminal->current_load }} |
|
| No terminal data available | |||