lasthourcloud/resources/views/team.blade.php

8 lines
155 B
PHP
Raw Normal View History

2023-05-16 14:38:11 +02:00
<x-layout>
<div>
<h3>Current Team</h3>
2023-05-22 12:00:59 +02:00
<p>{{ session('currentTeam')->name }}</p>
2023-05-16 14:38:11 +02:00
<livewire:switch-team>
</div>
</x-layout>