mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
8 lines
155 B
PHP
8 lines
155 B
PHP
<x-layout>
|
|
<div>
|
|
<h3>Current Team</h3>
|
|
<p>{{ session('currentTeam')->name }}</p>
|
|
<livewire:switch-team>
|
|
</div>
|
|
</x-layout>
|