@if($getRecord()->password !== null)
@svg('heroicon-s-lock-closed','w-4 h-4 inline-flex text-danger-600')
@endif
@if($getRecord()->sticky_until !== null)
@svg('iconpark-pin','w-4 h-4 inline-flex text-primary-600')
@endif
{{ str($getRecord()->title)->limit(50) }}