@stack('styles')
@include('partials.empresa.sidebar')
@include('partials.empresa.topbar', ['title' => trim($__env->yieldContent('title')) ?: 'Painel'])
@if (session('error')) @endif @if (session('success')) @endif @yield('content')
@auth @php $vfEmpPainel = Auth::user()?->empresa; @endphp @if ($vfEmpPainel && Auth::user()?->deveCarregarPollPedidosPendentesNoPainel()) @include('partials.empresa.pedido-pendente-modal') @endif @endauth @stack('scripts')