@if (Session::get('Success'))
Success!
{{Session::get('Success')}}
@endif
{{ Form::Open(array('url' => '/acount/ledger','method' => 'POST','class' => 'form-horizontal','id' => 'NewAccountLedgerForm', 'files' => true)) }}
{{--
--}}
{{ Form::close() }}