{!!Form::vertical_open() ->id('edit-ss-comments') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/ss/comments') .'/'.$comments->getRouteKey())!!}

Update Comments

Last updated on {{format_date($comments['updated_at'])}}

@include('public::notifications') @include('ss::user.comments.partial.entry')
{!! Form::close() !!}