@php $user = auth()->user(); $shipping_same_billing = $user->shipping_address === $user->billing_address && $user->shipping_address2 === $user->billing_address2 && $user->shipping_city === $user->billing_city && $user->shipping_state === $user->billing_state && $user->shipping_postcode === $user->billing_postcode && $user->shipping_country === $user->billing_country; @endphp Account Settings
@csrf

Contact Information

Email Subscriptions

Billing Address

Shipping Address

@if($user->id !== 1) Delete @else
@endif Save