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

Delete Book

This will delete the book with the name '{{$book->name}}', All pages and chapters will be removed.

Are you sure you want to delete this book?

{!! csrf_field() !!} Cancel
@stop @section('bottom') @include('pages/image-manager') @stop