@extends('layouts.skeleton') @section('content')
{{-- Breadcrumb --}}

< {{ $contact->name }}

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

@if (session('status'))
{{ session('status') }}
@endif @include('partials.errors')
@method('PUT') @csrf @if ($partner->is_partial) {{-- Name --}}
{{-- This check is for the cultures that are used to say the last name first --}}
@if ($formNameOrder == 'firstname')
@else
@endif
{{-- Gender --}}
{{-- Birthdate --}}
{{-- Real or partial contact (false in this case) --}} {{ trans('people.relationship_form_add_description') }}
@endif {{-- Nature of relationship --}}
{{-- Form actions --}}
@endsection