Merge pull request #980 from codedge/Refactor-utils-helper-class
Refactor Utils class
This commit is contained in:
commit
24503ad53b
2 changed files with 465 additions and 84 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -30,13 +30,6 @@
|
|||
</div>
|
||||
</div>
|
||||
{!! Former::close() !!}
|
||||
|
||||
<!--
|
||||
<label for="trashed" style="font-weight:normal; margin-left: 10px;">
|
||||
<input id="trashed" type="checkbox" onclick="setTrashVisible()"
|
||||
{{ Session::get("show_trash:gateway") ? 'checked' : ''}}/> {{ trans('texts.show_archived_deleted')}} {{ Utils::transFlowText('gateways') }}
|
||||
</label>
|
||||
-->
|
||||
|
||||
@if ($showAdd)
|
||||
{!! Button::primary(trans('texts.add_gateway'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue