© 2026 Hedgehog Software, LLC
getRelationships
DocumentResource::getUrl('view', ['record' => $item->model->id]);
@if($item->isDocument()) @php $url = DocumentResource::getUrl('view', ['record' => $item->model->id]); @endphp <x-filament::badge tag="a" :href="$url" :color="$item->model->type->getColor()" :icon="$item->model->type->getIcon()"> {{ $item->model->type->getLabel() }} <span class="text-xs">#{{ $item->model->id }}</span> </x-filament::badge> @endif