@php($config = \App\Models\Configuracao::atual()) {{ $config->nome_sistema }} — Presidente @livewireStyles @php($p = auth()->user())
@if($p->foto) @else
{{ mb_substr($p->name, 0, 1) }}
@endif
{{ $p->name }}
Presidente @if($p->partido) — {{ $p->partido }} @endif
@csrf
{{ $slot }} @livewireScripts