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

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

@include('books/form')
@stop