@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']) @if ($field['name'] == 'tipe_dokumen')
    {{ $field->label() }} {{ $entry->format($name, 'input') }}
    @else
    {{ $field->label() }} {{ $entry->format($name, 'input') }}
    @endif @endif @endforeach
    @stop @section('quick.nav') @stop