@extends('admin/role/create') @section('title') {{ l('{0}', Inflector::humanize(f('controller')->getClass())) . ' Update' }} @stop @section('pagetitle') {{ l('Update {0}', Inflector::humanize(f('controller')->getClass())) }} @stop @section('page.breadcumb.section')
  • {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }}
  • Update
  • @stop @section('caption') Update {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }} @stop