@foreach ($phones as $key => $phone) @if ($phone->type == 'phone') @elseif($phone->type == 'whatsapp') @endif @endforeach