@extends('layouts.app') @section('title','Books') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('books-create', $authRolePermissions)) Add New @endif     Add Bulk Upload
@include('books.table')
@endsection