@php $iconExists = false; if($getState()){ try { app(\BladeUI\Icons\Factory::class)->svg($getState()); $iconExists = true; }catch (\Exception $e){} } @endphp @if($iconExists)