{{ $employee->name }} @if ($employee->jobTitle?->translations->first()?->name) ({{ $employee->jobTitle?->translations->first()->name }}) @endif
@foreach ($employee->contacts as $contact){{ $contact->contactType?->translations->first()?->name }}: {{ $contact->value }}
@endforeach