@extends('layout') @section('title') {{ l('{0}', Inflector::humanize(f('controller')->getClass())) . ' Create' }} @stop @section('page.breadcumb.section')
  • {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }}
  • Stock Opname
  • @stop @section('fields')
    @section('caption') Create {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }} @show
    @stop @section('quick.nav') @stop