@extends('shared/create') @section('pagetitle') {{ l('{0}: ', array(Inflector::humanize(f('controller')->getClass()))).$entry->format() }} @stop @section('back') @stop @section('fields')

{{ l('{0}', Inflector::humanize(f('controller')->getClass())) }}

@foreach (f('controller')->schema() as $name => $field) @if (!$field['hidden'])
{{ $field->label() }} {{ $entry->format($name, 'readonly') }} {{ f('notification.message', $name) }}
@endif @endforeach
@stop @section('contextual.content') @stop