|
@if ($materialPrestamo->material)
{{ $materialPrestamo->material->nombre ?? 'Material no encontrado' }}
@else
Material no encontrado
@endif
|
{{ $materialPrestamo->fecha_prestamo }} |
{{ $materialPrestamo->estado }} |
@if ($materialPrestamo->usuario)
{{ $materialPrestamo->usuario->firstname }}
{{ $materialPrestamo->usuario->lastname ?? '' }}
@else
Usuario no encontrado
@endif
|
@if ($materialPrestamo->material)
@else
Material no encontrado
@endif
|
|
@empty