@vite(['resources/css/app.css', 'resources/js/app.js'])
Pular para conteúdo
[B]
CAVENDRAL BETA
@auth
Dashboard
Projetos
Meus Feedbacks
Changelogs
@if(auth()->user()->hasRole(['super_admin','tenant_admin']))
Admin
@endif
@endauth
@auth
{{ app('current.tenant')?->name ?? '' }} · {{ auth()->user()->email }}
{{ strtoupper(substr(auth()->user()->full_name, 0, 1)) }}
@csrf
Sair
@endauth
@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@yield('content')