@props([ 'icon' => 'check', 'condition' => true, 'label' => null, ]) @php $attributes = $attributes->class([ // ])->merge([ // ]); @endphp @if($condition) {{ $label ?? $slot }} @endif