@extends('layouts.app') @section('title','Book Request') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('book-issue-create', $authRolePermissions)) Add New @endif
@include('library.book-request.table')
@endsection