{{ trans('app.create') }} comments

{{ trans('app.add') }} comments here...

{!!Form::vertical_open() ->id('create-ss-comments') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/ss/comments'))!!}
@include('public::notifications') @include('ss::user.comments.partial.entry')
{!! Form::close() !!}