@extends('layout') @section('title') {{ l('{0}', Inflector::humanize(f('controller')->getClass())) . ' Read' }} @stop @section('page.breadcumb.section')
  • {{ l('{0}', Inflector::humanize(f('controller')->getClass())) }}
  • Read
  • @stop @section('fields')
    @section('caption') START SIRKULASI @show
    {{ $member->format('member_name', 'readonly') }}
    {{ $member->format('register_date', 'readonly') }}
    {{ $entry->format('item_id', 'input') }}
    Pinjam
    @stop @section('quick.nav') @stop