@extends('dashboard.layout.index') @section('title') {{__('site.books')}} @endsection @section('content')
# | {{__('site.name')}} | {{__('site.semester')}} | {{__('site.class')}} | {{__('site.type')}} | {{__('site.action')}} |
---|---|---|---|---|---|
{{$i++ +(4*($books->currentPage()-1))}} | {{$book->translate($locale)->name}} | {{__('site.'. $book->semester)}} | {{__('site.'. $book->class)}} | {{__('site.'. $book->type)}} | {{' '.__('site.read')}} {{' '.__('site.add_icon')}} @if(auth()->user()->hasPermission('delete_books')) @else @endif |