help desk HelpdeskTicket Comment

This commit is contained in:
merdan 2020-05-08 18:05:10 +05:00
parent 62541fdf35
commit 311f7f969b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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