{{ $service->excerpt }}
@endif @php $tagIds = array_map('intval', $service->tags ?? []); $tags = !empty($tagIds) ? \App\Models\DictValue::whereIn('id', $tagIds)->get(['id','value','flag'])->keyBy('id') : collect(); @endphp @if($tags->isNotEmpty()) @endif @if($service->description)