@extends('layouts.master-vnext')
@section('page-title')
{{ $title }} - Create entry
@endsection
@section('content')
@include('common.errors')
{{ Form::open(array('url' => action("{$controller}@store"))) }}
@include('cashbook.form')
{{ Form::customSubmit('Create new entry') }}
{{ Form::close() }}
@endsection
@section('js')
@endsection