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

Edit Book

@include('books/form', ['model' => $book])
@stop