@props([ 'id' => null, 'image' => '', 'alt' => '', 'placeholder' => '', 'fallbackImage' => null, 'title' => null, 'subtitle' => null, ])
class(["w-7 rounded-full", "bg-neutral text-neutral-content" => empty($image)]) }}> @if(empty($image)) {{ $placeholder }} @else {{ $alt }} @endif
@if($title || $subtitle)
@if($title)
attributes->get('class') ]) > {{ $title }}
@endif @if($subtitle)
attributes->get('class') ]) > {{ $subtitle }}
@endif
@endif