{{-- The data table --}}
{{-- --}} @if($search != '') @endif
@if ($books->count()) @foreach ($books as $book) @endforeach
Título Autoría Editorial Año Sección Disponible
@isset($book->profile_image)
@endisset
{{ $book->title }}
@isset($book->profile_image)
@endisset
{{ $book->author }} {{ $book->publisher }} {{ $book->year }} {{ $book->name }} @if($book->canBeLended()) @else @endif Ver más
{{ $books->links() }}
@else
No hay resultados para la búsqueda {{ $search }} en la página {{ $page }} mostrando {{ $perPage }} resultados por página.
@endif