@php $environmentBannerHost = request()->getHost(); $isHomologationHost = \Illuminate\Support\Str::endsWith($environmentBannerHost, '.superlegis.com.br'); $isProductionHost = \Illuminate\Support\Str::endsWith($environmentBannerHost, '.legissuper.com.br'); $showHomologationBanner = $isHomologationHost && !$isProductionHost; @endphp @if ($showHomologationBanner)
@endif