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

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