@props([ 'src' => null, 'alt' => '', 'class' => 'h-28 w-28 rounded-lg object-cover border border-slate-200 bg-slate-50', ]) @php $url = \App\Support\Media::url($src); @endphp @if ($url) {{ $alt }} @else
No image
@endif