@if ($contacts->total() == 0)
@endif
Name
Number Whatsapp
@foreach ($contacts as $contact)
{{ $contact->name }}
{{ $contact->number }}
@endforeach