@if(auth()->user()->is_admin)
@if(auth()->user()->is_admin)
@endif
@endif
{{ $contact->first_name }} {{ $contact->last_name }}
{{ $contact->email }}
@if($contact->type == 'team')
@lang('lang.team_member')
@endif
@if($contact->type == 'client')
@lang('lang.client_user')
@endif
@if($contact->type == 'contact')
@lang('lang.email_contact')
@endif
@lang('lang.telephone')
{{ $contact->phone ?? '---' }}
@lang('lang.job_title')
{{ $contact->position ?? '---' }}
@lang('lang.date_added')
{{ runtimeDate($contact->created) }}
@lang('lang.last_seen')
{{ runtimeDateAgo($contact->last_seen) }}
@if($contact->social_twitter != '')
@endif
@if($contact->social_linkedin != '')
@endif
@if($contact->social_facebook != '')
@endif
@if($contact->social_github != '')
@endif