@if ($individual->lastActiveIdCard() || $individual->lastActivePassport())
{{ __('forms.ResidenceAddress') }}
{{-- Update the action route accordingly, e.g., route('addresses.store') --}}
@csrf {{-- Hidden field for the Address type --}}
@if (!$readonly)
@if (session()->has('message'))
{{ session('message') }}
@endif
@endif
@endif