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

@if(! $contact->hasFirstMetInformation())

{{ trans('people.introductions_blank_cta', ['name' => $contact->first_name]) }}

@else
    @if ($introducer = $contact->getIntroducer())
  • {!! trans('people.introductions_met_through', ['url' => route('people.show', $introducer), 'name' => $introducer->name]) !!}
  • @endif @if ($contact->firstMetDate)
  • {{ trans('people.introductions_met_date', ['date' => $contact->firstMetDate->toShortString()]) }}
  • @endif @if ($contact->first_met_additional_info)
  • {{ $contact->first_met_additional_info }}
  • @endif

{{ trans('app.edit') }}

@endif