@extends('layouts.app') @section('title', 'Edit Book') @section('content')

Edit Book

Current: {{ $book->quantity }}, Available: {{ $book->available_copies }}
@if($book->book_cover) Cover

Current cover image

@else

No cover image

@endif
Optional. Leave empty to keep the current image. Maximum size: 2MB.
Back to Catalog
@endsection @section('scripts') @endsection