2015-07-12 15:01:42 -04:00
|
|
|
@extends('base')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
2015-07-23 16:55:46 -04:00
|
|
|
<div class="page-content">
|
|
|
|
<h1>Create New Book</h1>
|
|
|
|
<form action="/books" method="POST">
|
|
|
|
@include('books/form')
|
|
|
|
</form>
|
|
|
|
</div>
|
2015-07-15 17:55:49 -04:00
|
|
|
|
2015-07-12 15:01:42 -04:00
|
|
|
@stop
|