First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
11
resources/views/livewire/notifications.blade.php
Normal file
11
resources/views/livewire/notifications.blade.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
use Livewire\Volt\Component;
|
||||
|
||||
new class extends Component {
|
||||
public bool $notifications = false;
|
||||
}; ?>
|
||||
|
||||
<div>
|
||||
<flux:switch wire:model.live="notifications" label="Enable notifications" />
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue