{{ trans('label.new') }}
@foreach ($contacts as $contact)
avatar rounded-circle
{{ $contact->name }}
{{ $contact->email }}
@if ($contact->phone)
{{ $contact->phone }}
@endif @if ($contact->tel)
{{ $contact->tel }}
@endif
@endforeach