@php $enabled = (bool) ($enabled ?? false); @endphp
{{ $label }} @if (!empty($subtext)) {{ $subtext }} @endif
{{ $enabled ? 'Enable' : 'Disable' }}