Your message:
{!! csrf_field() !!}
@if ($errors->has('comment'))
{{ $errors->first('comment') }}
@endif
Send
@if ($user->manager)
Back to all tickets
@else
Back to all tickets
@endif