2023-03-24 13:54:17 +00:00
|
|
|
<div>
|
|
|
|
@foreach (auth()->user()->otherTeams() as $team)
|
2023-05-03 12:09:10 +00:00
|
|
|
<x-inputs.button wire:key="{{ $team->id }}" wire:click="switch_to('{{ $team->id }}')">Switch to:
|
|
|
|
{{ $team->name }}</x-inputs.button>
|
2023-03-24 13:54:17 +00:00
|
|
|
@endforeach
|
|
|
|
</div>
|