@if($contact = $office->contact)
@lang('contact.human') :
@if($image = $contact->getFirstMedia('featured'))
@else
@endif
{{ $contact->name }}
{{ $contact->title }}
@if($office->id === 6)
@if($image = $contact->getFirstMedia('featured'))
@else
@endif
{{ $contact->name }}
{{ $contact->title }}
@endif
@endif