{{--
--}}
@foreach ($inventarios as $item) @endforeach
Equipo S/N Adquisición Ubicacion
{{$item->equipo?->equipo}} {{$item->numero_serie}} @if ($item->fecha_adquisicion) {{date('d/m/Y', strtotime($item->fecha_adquisicion))}} @endif {{$item->ubicacion?->tipo->tipo}}: {{$item->ubicacion?->nombre}}