@extends('layouts.app') @section('title','Add New Book') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('book_category_id') }}
{{ $errors->first('book_author_id') }}
{{ $errors->first('book_publication_id') }}
{{ $errors->first('publish_date') }}
{{ $errors->first('description') }}
{{ $errors->first('avatar') }}
{{ $errors->first('status') }}
Cancel
@endsection