@if (session('status'))
{{ $books->links() }}
{{ session('status') }}
@endif
{{ $books->links() }}
| # | @lang('Title') | @lang('Code') | @lang('Author') | @lang('Type') | @lang('Quantity') | @lang('Actions') |
|---|---|---|---|---|---|---|
| {{ ($loop->index + 1) }} | {{ $book->title }} | {{ $book->book_code }} | {{ $book->author }} | {{ $book->type }} | {{ $book->quantity }} |