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

Edit Book

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