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