{{ trans('people.work_information') }}

    {{-- Work information --}}
  • @if (is_null($contact->job) and is_null($contact->company)) {{ trans('people.information_no_work_defined') }} @else @if (!is_null($contact->job)) {{ $contact->job }} @if (!is_null($contact->company)) {{ trans('people.information_work_at', ['company' => $contact->company]) }} @endif @else {{ $contact->company }} @endif @endif

{{ trans('people.work_add_cta') }}