@extends('layouts.app') @section('title','Edit Book') @section('content')
@csrf @method('PUT')
{{ $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