presseportale/resources/views/livewire/notifications.blade.php
Kevin Adametz 405df0a122
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
first commit
2025-10-20 17:53:02 +02:00

11 lines
208 B
PHP

<?php
use Livewire\Volt\Component;
new class extends Component {
public bool $notifications = false;
}; ?>
<div>
<flux:switch wire:model.live="notifications" label="Enable notifications" />
</div>