mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Convert Form facade
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="toggleinput">
|
||||
<label class="name">{{ __('app.apps.enable') }}</label>
|
||||
{!! Form::hidden('config[enabled]', '0') !!}
|
||||
{{ html()->hidden('config[enabled]', '0') }}
|
||||
<label class="switch">
|
||||
<?php
|
||||
$checked = false;
|
||||
|
||||
Reference in New Issue
Block a user