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

< {{ $contact->name }}

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

@if (! $accountHasLimitations)

{!! trans('people.people_add_import', ['url' => 'settings/import']) !!}

@endif
@method('PUT') @csrf @include('partials.errors') {{-- Name --}}
{{-- This check is for the cultures that are used to say the last name first --}}
@if ($formNameOrder == 'firstname')
@else
@endif
{{-- Gender --}}
{{-- Description --}}
{{ trans('people.information_edit_description_help') }}
{{-- Birthdate --}} {{-- Is the contact deceased? --}} {{-- Form actions --}}
@endsection