@extends('layout') @section('title') {{ l('{0}', Inflector::humanize(f('controller')->getClass())) . ' Create' }} @stop @section('modal') @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'])
    {{ $entry->format($name, 'input') }} {{ $field->label() }}
    @endif @endforeach
    @foreach($previlege as $key => $value)
    @foreach($value as $k => $v ) @if($count % 3 == 0)
    @endif
      @foreach($v as $action => $data)
    • @if($data['exists']) @else @endif
    • @endforeach
    @if($count % 3 == 0 || count($value) == $count)
    @endif @endforeach
    @endforeach
    @stop @section('quick.nav') @stop