@extends('base') @section('content')

Edit Book

@include('books/form', ['model' => $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'])
@stop