@props(['user']) @php $billing_same_home = $user->home_address === $user->billing_address && $user->home_address2 === $user->billing_address2 && $user->home_city === $user->billing_city && $user->home_state === $user->billing_state && $user->home_postcode === $user->billing_postcode && $user->home_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