@foreach ($contacts as $contact) @if ($contact['type'] === 'sms') @elseif ($contact['type'] === 'phone') @elseif ($contact['type'] === 'email') @elseif ($contact['type'] === 'whatsapp') @elseif ($contact['type'] === 'wechat') @elseif ($contact['type'] === 'zalo') @elseif ($contact['type'] === 'telegram') @elseif ($contact['type'] === 'zoom') {{-- --}} @elseif ($contact['type'] === 'community') @elseif ($contact['type'] === 'amazon_shop') @endif @endforeach