{!!Form::vertical_open()
->id('litecm-other_income-create')
->method('POST')
->files('true')
->action(guard_url('litecm/other_income'))!!}
{{ trans('app.new') }} [{!! trans('litecm::other_income.name') !!}]
@include('litecm::admin.other_income.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}