@extends('layouts.app') @section('title','New Book (Bulk)') @section('pages')
New Book (Bulk)

@if ($errors->has('book_name')) {{ $errors->first('book_name') }} @endif
Books

ISBN NO Book Title Author Publisher No of Pages Physical Format Publish Date Book Type Status Action
@endsection @section('js') @endsection