@if ($tiles->isEmpty())

{{ __('panel.empty') }}

@else

{{ __('panel.reorder_hint') }}

@foreach ($tiles as $tile) @php $on = data_get($tile->state?->state, 'on') === true; @endphp
$on, 'border-line-soft bg-surface' => ! $on, ])>
$on, 'bg-inset text-ink-3' => ! $on])>
@if ($tile->type === 'light') @endif
@endforeach
@endif