@props([ 'restaurant' => null, ]) @php $restaurant = $restaurant ?? restaurant(); $imgClass = $attributes->get('class', 'h-7 w-7'); @endphp @if ($restaurant) {{ $restaurant->name }}class([$imgClass, 'object-contain shrink-0 dark:hidden']) }} /> {{ $restaurant->name }}class([$imgClass, 'object-contain shrink-0 hidden dark:block']) }} /> @endif