{!! CollectiveForm::open(['method' => 'POST', 'route' => $setting->grab('main_route').'-comment.store', 'class' => 'form-horizontal']) !!} {!! CollectiveForm::hidden('ticket_id', $ticket->id ) !!}
{!! trans('ticketit::lang.reply') !!}
{!! CollectiveForm::textarea('content', null, ['class' => 'form-control summernote-editor', 'rows' => "3"]) !!}
{!! CollectiveForm::submit( trans('ticketit::lang.btn-submit'), ['class' => 'btn btn-primary']) !!}
{!! CollectiveForm::close() !!}