@foreach($bienes->chunk(2) as $fila)
@foreach($fila as $bien)
{{ $instituto->nombre ?? 'INSTITUTO DE EDUCACIÓN SUPERIOR' }} • CONTROL PATRIMONIAL
{{ $bien->codigo_patrimonial }}
{{ $bien->denominacion }}
Marca: {{ $bien->marca ?? 'N/D' }} | Serie: {{ $bien->serie ?? 'N/D' }}
@endforeach @if($fila->count() == 1)
@endif
@endforeach