@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') Tambah Sirkulasi @show
    {{ $entry->format('member_id', 'input') }}
    @stop @section('quick.nav') @stop