@if(!empty($icon) && str($icon)->contains('heroicon')) @elseif(!empty($icon)) @php $getIcon = \TomatoPHP\FilamentIcons\Models\Icon::where('name', $icon)->first(); $template = $getIcon ? str($getIcon->template)->replace('{ ICON }', $getIcon->name)->toString() : null; @endphp @if($getIcon)
{!! $template !!}
@else
{!! $template !!}
@endif @endif