@extends('layout') @section('title') {{ l('{0}', Inflector::humanize(f('controller')->getClass())) . ' Update' }} @stop @section('page.breadcumb.section')
  • {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }}
  • Update
  • @stop @section('fields')
    @section('caption') Update {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }} @show
    {{ $entry->format('name', 'input') }}
    @stop @section('quick.nav') @stop @section('customjs') @stop