Convert Form facade

This commit is contained in:
Shift
2025-07-10 19:17:24 +00:00
parent e251f4f1bc
commit 638d2fe4a4
18 changed files with 49 additions and 51 deletions

View File

@@ -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;