• @php $icon = \App\Enums\LandingBuilderComponentCategories::getIcon($landingComponent->landingBuilderComponent->category); @endphp @svg("iconsax-bul-{$icon}", ['height' => 24, 'width' => 24, 'class' => "icons text-gray-500"]) {{-- If Disabled --}} @if(!$landingComponent->enable)
    @endif
    {{ trans("update.{$landingComponent->landingBuilderComponent->name}_component_title") }}

    {{ trans("update.{$landingComponent->landingBuilderComponent->name}_component_hint") }}