@extends('layouts.app') @section('title', 'Terminal Details - Terminal Operating System') @section('content')
{{ ucfirst($terminal->status) }}
{{ $terminal->capacity }}
{{ $terminal->blocks->count() }}
{{ $terminal->utilization ?? 0 }}%
| Block | Rows | Columns | Levels | Status |
|---|---|---|---|---|
| Block {{ $block->name }} | {{ $block->rows }} | {{ $block->columns }} | {{ $block->levels }} | {{ ucfirst($block->status) }} |
| No blocks found | ||||
| Ship Name | Status | Containers |
|---|---|---|
| {{ $ship->name }} | {{ ucfirst(str_replace('_', ' ', $ship->status)) }} | {{ $ship->containers->count() }} |
| No ships assigned | ||