@props(['user']) @php $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 Edit User
@method('PUT') @csrf

Contact Information

{{ $user }}

Email Subscriptions

Home Address

Billing Address

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