@extends('elibrary.staff.layouts.app') @section('content')

Add Book

@csrf @if(isset($book)) @method('PATCH') @endif
@error('name')
{{$message}}
@enderror
@error('isbn_no')
{{$errors->first('isbn_no')}}
@endif
@error('class')
{{$errors->first('class')}}
@endif
@error('doc')
* {{$errors->first('doc')}}
@endif
@error('image')
* {{$message}}
@endif
@error('description')
{{$message}}
@endif
status == 1) || old('status') ? 'checked' : ''}}>
@endsection @section('js') @endsection