{{$books->links()}}
@foreach($books as $book) @endforeach
# @lang('Book Title') @lang('Book Code') @lang('Author') @lang('Type') @lang('Quantity') @lang('About Book') @lang('For Class') @lang('Price') @lang('Rack No.') @lang('Row No.')
{{($loop->index + 1)}} {{$book->title}} {{$book->book_code}} {{$book->author}} {{$book->type}} {{$book->quantity}} {{$book->about}} {{$book->class->class_number}} {{$book->price}} {{$book->rackNo}} {{$book->rowNo}}
{{$books->links()}}