@include('public::notifications')

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

Your awesome text goes here.


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