@forelse ($books as $key => $book) @empty @endforelse
No# Title File Sector Type Published By Actions
{{ $books->firstItem() + $key }} {{ $book->title }} {{ $book->book }} {{ $book->sector->name }} {{ $book->book_type }} {{ $book->publisher ? $book->publisher : '-' }} Edit
@csrf @method('DELETE')
No records.
@if(!empty($books)) {!! $books->links() !!} @endif