@php $whatsapp_cards = collect(json_decode(SettingHelper::getSetting('whatsapp_channels', '[]'), true) ?: []) ->filter(fn($card) => !empty($card['title'])); @endphp
{{ $card['description'] }}