@php $size = $size ?? 'sm'; $box = $size === 'lg' ? 'h-24 w-24' : 'h-9 w-9'; $dim = $size === 'lg' ? 96 : 36; $label = trim((string) config('platform.operator_display_name', $user?->name ?? '')); $alt = $label !== '' ? $label.'’s profile photo' : 'Profile photo'; @endphp {{ $alt }}