{{ $office->name }}

@if($contacts = $office->contacts) @if(count($contacts) > 1)
@lang('contact.humans') :
@else
@lang('contact.human') :
@endif @foreach($contacts as $contact)
@if($image = $contact->getFirstMedia('featured')) {{ $image->name }} @else @endif

{{ $contact->name }} {{ $contact->title }}

@endforeach @endif
@lang('base.contact-us')