@section('title', 'Costos Maniobra') @section('content_header')
| Naviera | Maniobra | Total | Moneda | Estatus | Acciones |
|---|---|---|---|---|---|
| {{ $item->naviera }} | {{ $item->maniobra }} | {{ number_format($item->total, 2) }} | {{ $item->moneda }} | @if($item->activo) Activo @else Inactivo @endif | |
| No hay costos registrados. | |||||