mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-03 14:21:11 +00:00
Add users, teams, authentication, profile/login/register/navbar views
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<div>
|
||||
@foreach (auth()->user()->otherTeams() as $team)
|
||||
<button wire:key="{{ $team->id }}" wire:click="switch_to('{{ $team->id }}')">Switch to:
|
||||
{{ $team->name }}</button>
|
||||
@endforeach
|
||||
</div>
|
||||
Reference in New Issue
Block a user