{{ trans('people.debt_title') }} {{ trans('people.debt_add_cta') }}

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

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

{{ trans('people.debt_add_cta') }}
@else
@endif