• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • views
  • books
  • create.blade.php
  • Dan Brown's avatar
    Vastly improved design and cleaned text input · ef77c10a
    ef77c10a Browse Files
    Dan Brown authored 2015-07-23 21:55:46 +0100
create.blade.php 192 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
@extends('base')

@section('content')

<div class="page-content">
    <h1>Create New Book</h1>
    <form action="/books" method="POST">
        @include('books/form')
    </form>
</div>

@stop