@extends('Shop.layout.layout', [
'title' => __('Editer son profil'),
])
@section('content')
@include('Shop.Customers.partials.registration')
@include('Shop.Customers.partials.addresses', ['addresses' => $customer['addresses']])
@include('Shop.auth.passwords.password_confirmation')
@endsection
@include('load.layout.modal')