@if (is_null($contact->food_preferencies))

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

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

@else

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

{{-- Information about the significant other --}}

{{ $contact->food_preferencies }} {{ trans('app.edit') }}

@endif