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