@props([ 'path' => null, 'context' => 'content', 'alt' => '', 'class' => '', 'loading' => 'lazy', 'fetchpriority' => null, 'width' => null, 'height' => null, ]) @php $img = site_responsive_image(is_string($path) ? $path : null, $context); @endphp @if ($img['src'] !== '') {{ $alt }}except(['path', 'context', 'alt', 'class', 'loading', 'fetchpriority', 'width', 'height']) }} /> @endif