2015-07-13 03:01:42 +08:00
|
|
|
@extends('base')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
2015-12-31 05:38:20 +08:00
|
|
|
<div class="container small" ng-non-bindable>
|
2016-11-17 21:33:07 +08:00
|
|
|
<h1>{{ trans('entities.books_create') }}</h1>
|
2016-08-14 19:29:35 +08:00
|
|
|
<form action="{{ baseUrl("/books") }}" method="POST">
|
2015-07-24 04:55:46 +08:00
|
|
|
@include('books/form')
|
|
|
|
</form>
|
|
|
|
</div>
|
2015-07-16 05:55:49 +08:00
|
|
|
|
2015-07-13 03:01:42 +08:00
|
|
|
@stop
|