Edit Book
Delete this book
This will delete this book and all it's pages.
@include('form/delete-button', ['url' => '/books/' . $book->id . '/destroy', 'text' => 'Delete'])@extends('base') @section('content')
This will delete this book and all it's pages.
@include('form/delete-button', ['url' => '/books/' . $book->id . '/destroy', 'text' => 'Delete'])