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

Edit Book

@csrf @method('PATCH')
@endsection