@props([ 'title' => null, 'href' => null, 'description' => null, 'variant' => 'default', ]) @php $titleClasses = $variant === 'title' ? 'truncate text-base font-bold c-main text-hover-primary' : 'truncate text-sm font-semibold c-main text-hover-primary'; $descriptionClasses = $variant === 'title' ? 'break-all text-sm c-muted' : 'text-xs c-muted'; @endphp
@if ($href) {{ $title }} @else
{{ $title }}
@endif @if ($description)
{{ $description }}
@endif