@props(['user'])
Country
{{ $user->country ?? 'Not set' }}
City/State
{{ $user->city_state ?? 'Not set' }}
Postal Code
{{ $user->postal_code ?? 'Not set' }}
TAX ID
{{ $user->tax_id ?? 'Not set' }}