@extends('layouts.master') @section('page_title', 'Book List') @section('breadcrumb') @endsection @section('content')
@include('common.flash')
{!! $dataTable->table(['class' => 'table table-bordered nowrap']) !!}
@include('admin.books.add_books') @endsection @push('page_scripts') {!! $dataTable->scripts() !!} @endpush