@include('public::notifications')

{{ trans('cms.create') }} Store

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-store-store') ->method('POST') ->files('true') ->action(trans_url('user/store/store'))!!} @include('store::user.store.partial.entry') {!! Form::hidden('upload_folder')!!} {!! Form::close() !!}