DentalGo @include('facelift2.estilo') @if(session()->has('tipoUsuario') && session()->get('tipoUsuario') === 'schoolar') @endif @include('facelift2.topo') @php $currentDate = date('Y-m-d'); $showPromoBanner = ($currentDate >= '2026-03-25' && $currentDate <= '2026-03-29'); @endphp @if($showPromoBanner)
🎉 Semana de acesso livre! De 25 a 29 de março, revistas, vídeos e o ✨ GoIntelligence estão liberados gratuitamente. Aproveite!
@endif
@yield('content')
@if(session()->has('tipoUsuario') && session()->get('tipoUsuario') === 'schoolar') @include('schoolar.rodape') @else @include('facelift2.rodape') @endif @include('facelift2.scripts')