@foreach ($buttons as $button)
  • @if ($button['type'] == 'fb_community') @elseif($button['type'] == 'whatsapp_community') @elseif($button['type'] == 'skool_community') @elseif($button['type'] == 'discord_community') @elseif($button['type'] == 'telegram_community') @endif

    {{ \Illuminate\Support\Str::limit($button['title'], 20) }}

    {{-- Edit and Delete Button --}}
    {{-- --}} {{--
    @csrf @method('DELETE')
    --}}
  • @endforeach