@extends('layouts.app') @section('title', 'Agregar Puertos ODF') @section('content')
| ODF | Puertos | Slots | Libres |
|---|---|---|---|
| ODF{{ $o->odf_numero }} | {{ $o->total_puertos }} | {{ $o->max_slot ? $o->max_slot : '—' }} | {{ App\Models\OdfPort::where('odf_numero',$o->odf_numero)->where('estado','libre')->count() }} |
| Sin ODFs | |||