@include('public::notifications')

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

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-catalog-catalog') ->method('POST') ->files('true') ->action(URL::to('user/catalog/catalog'))!!} @include('catalog::user.catalog.partial.entry') {!! Form::close() !!}