@extends('layouts.simple') @section('body')
@include('entities.breadcrumbs', ['crumbs' => [ $book, $book->getUrl('/copy') => [ 'text' => trans('entities.books_copy'), 'icon' => 'copy', ] ]])

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

{!! csrf_field() !!}
@include('form.text', ['name' => 'name'])
@include('entities.copy-considerations')
{{ trans('common.cancel') }}
@stop