{!!__('Create')!!} {!! trans('aioa::aioa.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('aioa/aioa'))!!} @include('aioa::aioa.partial.entry', ['mode' => 'create']) {!! Form::close() !!}