@if($contacts->count()>0) @foreach ($contacts as $contact)
{{ substr($contact->name,0,1) }}
{{$contact->name}} @if($tab=="contacts") @if($contact->whatsapp_available) @else @endif @endif
@if($tab=="contacts")
{{ $contact->number }}
@endif
@endforeach @else
@if($tab=="contacts") No contacts found. @else No groups found. @endif
@endif