@if ($contact->isMe())
{{ trans('people.me') }}
@endif
{{-- AVATAR --}}
{{ $contact->initials }}

{{ $contact->name }} @if ($contact->job) {{ $contact->job }} @if ($contact->company) ({{ $contact->company }}) @endif @endif

@include ('partials.errors') @include ('partials.notification')