{{ __('Customer Profile') }}

@if(!$canEdit) Read Only @endif
{{-- Name Row --}}
{{-- Email --}} {{-- Phone & Preferred Contact Method Row --}}
{{ __('Preferred Contact Method') }} Select... Email{{ !$email ? ' (add email)' : '' }} Phone{{ !$phone ? ' (add phone)' : '' }}
{{-- Section Separator --}}
{{-- Business Information Row --}}
@if($business_name) @endif
{{-- Action Buttons --}} @if($canEdit)
{{ __('Profile saved successfully!') }}
{{ __('Save Changes') }} {{ __('Saving...') }}
@endif