@extends('layouts.app') @section('title', 'Profile') @section('content')

Profile & preferences

@csrf @method('PUT')
If you change this, the new address must be verified again before you can place orders.
newsletter_subscribed))>
marketing_consent_at))>

Saved addresses

{{ $user->addresses->count() }} on file across delivery and billing.
Manage addresses

Change password

@csrf @method('PUT')

Delete account

This removes the login, saved addresses, and newsletter link to the account. Existing orders and invoices are kept for record-keeping because they store their own copied customer details.

@csrf @method('DELETE')
@endsection