@props(['service', 'linked' => true]) @php $Tag = $linked ? 'a' : 'div'; @endphp <{{ $Tag }} @if($linked) href="{{ route('sitebuilder.services.show', $service->slug) }}" @endif class="group block rounded-2xl border border-ink-900/5 bg-white p-7 shadow-sm transition hover:-translate-y-1 hover:shadow-xl">
{{ $service->short_description }}