help desk HelpdeskTicket Comment
This commit is contained in:
parent
62541fdf35
commit
311f7f969b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue