@php $agent = $agent ?? null; $variant = $variant ?? 'sidebar'; $websiteUrl = $agent?->profileWebsiteUrl(); $websiteHost = $websiteUrl ? (parse_url($websiteUrl, PHP_URL_HOST) ?: $websiteUrl) : ''; $websiteIcon = ''; @endphp @if ($websiteUrl) @if ($variant === 'profile') @else @endif @endif