@if(Auth::user()->role == 'admin' || Auth::user()->role == 'librarian')
@lang('All Issued Books') @lang('All Books')
@if(\Route::current()->getName() == 'library.issued-books.index') @lang('Issue Books') @endif @if(\Route::current()->getName() == 'library.books.index') @lang('Add New Book') @endif
@endif