create.blade.php 249 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 @extends('base') @section('content') <div class="container small" ng-non-bindable> <h1>{{ trans('entities.books_create') }}</h1> <form action="{{ baseUrl("/books") }}" method="POST"> @include('books/form') </form> </div> @stop