help desk HelpdeskTicket Comment

This commit is contained in:
merdan 2020-05-08 19:06:58 +05:00
parent 41420e306c
commit f1a67f8064
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</div>
<div>
<form action="{{route('help.show',['code'=>''])}}" method="GET">
{!! Form::text('code', null, array(['class'=>'form-control'])) !!}}
{!! Form::text('code', null, array('class'=>'form-control')) !!}}
</form>
</div>
</div>