• 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
  • chapters
  • create.blade.php
  • Dan Brown's avatar
    Started working on chapters · b9df3c64
    b9df3c64
    Dan Brown authored 2015-07-27 20:17:08 +0100
create.blade.php 250 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 Chapter</h1>
        <form action="{{$book->getUrl()}}/chapter/create" method="POST">
            @include('chapters/form')
        </form>
    </div>

@stop