@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]' : '')]) }}> {{ $appSettings?->company_name ?? config('app.name') }}
@else
merge(['class' => "{$class} aspect-[2.265/1] overflow-hidden rounded-xl".($withBackground ? ' bg-[#29A76A]' : '')]) }}> @if ($withBackground) @endif
@endif