Inventario
@foreach ($inventarios??[] as $item) @endforeach
Equipo Destino SKU Adquisición Ubicacion actual
{{$item->equipo->equipo}} {{ $item->vinculable->destino->nombre??null}} {{str_pad($item->id,6,0,STR_PAD_LEFT)}} @if ($item->fecha_adquisicion) {{date('d/m/Y', strtotime($item->fecha_adquisicion))}} @endif {{$item->ubicacion?->tipo->tipo}}: {{$item->ubicacion?->nombre}} {{-- --}}
{{$inventarios->links()}}