@extends('layout') @section('title') {{ l('{0}', Inflector::humanize(f('controller')->getClass())) . ' Create' }} @stop @section('page.breadcumb.section')
  • {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }}
  • Create
  • @stop @section('fields')
    @section('caption') Create {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }} @show
    @foreach (f('controller')->schema() as $name => $field) @if (!$field['hidden'])
    {{ $field->label() }} {{ $entry->format($name, 'input') }}
    @endif @endforeach
    @stop @section('customjs') @stop @section('quick.nav') @stop