@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
@if (Auth::user()->currentTeam->id == 2) @if (Auth::user()->hasTeamRole(Auth::user()->currentTeam, 'paused') && !Auth::user()->ownsTeam(Auth::user()->currentTeam))
Your access has been paused. If you think you should have access, please email us. Logout here
@csrf
{{ __('Log Out') }}
@else
@livewire('navigation') @if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@endif @else
Please ask to join the team.
@endif @stack('modals') @livewireScripts @stack('scripts')