@extends('layouts.app') @section('title','Book Classes List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('library-classes-create', $authRolePermissions)) Add New @endif
@include('library-setting.bookclasses.table')
@endsection