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

{{ trans('entities.books_edit') }}

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