@include('partials.head')
CIP · 2026
@if(auth()->check())
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
@csrf
{{ __('Sair') }}
@else
{{ __('Entrar') }}
@endif
{{ $slot }}
@fluxScripts