help desk HelpdeskTicket Comment

This commit is contained in:
merdan 2020-05-08 15:56:46 +05:00
parent 41c484de78
commit 799614e9d3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</div>
<div class="card-footer">
<form action="{{route('ticket.replay.post',['id' => $ticket->getKey()])}}" method="post">
<form action="{{route('help.comment',['code' => $ticket->code])}}" method="post">
@csrf
<div class="form-group custom-theme {{ ($errors->has('text')) ? 'has-error' : '' }}">
{!! Form::label('text', trans("ClientSide.text"), array('class'=>'control-label required')) !!}