@php $isPf = request()->routeIs('landing.pf'); $isPj = request()->routeIs('landing.pj'); $isOportunidade = request()->routeIs('landing.oportunidade'); $headerLight = ! $isOportunidade; @endphp