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