@php $host = request()->getHost(); $isAdminSubdomain = str_contains($host, 'admin.'); @endphp @if($isAdminSubdomain)