@php $setting = $config['form']['sidebar']['setting']['input']; $k_last = array_key_last($setting); @endphp
@foreach ($setting as $k_s => $s) @if (empty($s['status'])) @continue @endif
@if ($s['type'] == 'checkbox') @php $chk = !empty($data) ? $data->{$k_s} == 1 : $k_s == 'status'; @endphp @endif
@endforeach