@extends('layouts.master') @section('content')

@lang('crud.add_new') @lang('models/petty_cashes.title')

@lang('crud.add_new') @lang('models/petty_cashes.title')

{!! Form::open(['route' => 'pettyCashes.store','files' => true]) !!} @include(strtolower(__('models/petty_cashes.plural')).'.fields') {!! Form::close() !!}
@endsection