@props(['class' => '', 'withBackground' => true])
@if ($appSettings?->light_logo_path || $appSettings?->dark_logo_path)
merge(['class' => "relative {$class} aspect-[2.265/1] overflow-hidden rounded-xl".($withBackground ? ' bg-[#29A76A]' : '')]) }}>
@else
merge(['class' => "{$class} aspect-[2.265/1] overflow-hidden rounded-xl".($withBackground ? ' bg-[#29A76A]' : '')]) }}>
@endif