{{ $loop->iteration }} |
{{ $proyecto->proyecto }} |
{{ $elemento->item->item }} |
{{ $elemento->modelo }} |
{{ $elemento->tipoCantidad->tipo_cantidad }} |
@if ($elemento->cantidad > 5 && $elemento->cantidad <= 10)
{{ $elemento->cantidad }} |
@elseif ($elemento->cantidad <= 5)
{{ $elemento->cantidad }} |
@else
{{ $elemento->cantidad }} |
@endif
@if ($elemento->estado == 0)
Disponible |
@elseif ($elemento->estado == 1)
Prestado |
@endif
|
@endforeach