@extends('library.admin.layouts.admin_design') @section('title') Update Book - School Library @endsection @section('content')

Book

Update Book Details
@csrf
Book Title*
Image

{{$book->title}}
Add New Quantity*


*Total number of old book is {{$book->quantity}}
Publisher Name*
Published Date*
Price*
Description
Remarks
View All Books
@endsection @section('scripts') @endsection