@php use Filament\Support\View\Components\ToggleComponent; use Illuminate\Support\Arr; @endphp @props([ 'state', 'offColor' => 'gray', 'offIcon' => null, 'onColor' => 'primary', 'onIcon' => null, ]) @if ($state)
@endif