@include('public::notifications')

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

Your awesome text goes here.


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