@extends('layouts.app') @section('title','Edit Temporary Books') @section('pages')
@csrf @method('patch')
Book

@if ($errors->has('book_title')) {{ $errors->first('book_title') }} @endif
@if ($errors->has('isbn_no')) {{ $errors->first('isbn_no') }} @endif
@if ($errors->has('pages')) {{ $errors->first('pages') }} @endif
@if ($errors->has('racks')) {{ $errors->first('racks') }} @endif
Book Info

@if ($errors->has('dimensions')) {{ $errors->first('dimensions') }} @endif
@if ($errors->has('sale_price')) {{ $errors->first('sale_price') }} @endif
@if ($errors->has('book_url')) {{ $errors->first('book_url') }} @endif
@if ($errors->has('about_book')) {{ $errors->first('about_book') }} @endif
@endsection @section('js') @endsection