help desk HelpdeskTicket Comment

This commit is contained in:
merdan 2020-05-08 19:04:33 +05:00
parent 311f7f969b
commit 41420e306c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,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>