@foreach ($contacts as $contact) {{-- --}} @endforeach
{{__('Name')}} {{__('Number')}}
{{$contact->name}} {{$contact->number}}