{{ $email }}
Update your personal details and contact information.
Use a strong password with at least 8 characters.
{{ auth()->user()->merchantProfile->business_name }}
@if(auth()->user()->merchantProfile->approved_at)Approved {{ auth()->user()->merchantProfile->approved_at->format('M d, Y') }}
@endif @if(auth()->user()->merchantProfile->status->value === 'rejected'){{ auth()->user()->merchantProfile->rejection_reason }}
Permanently delete your account and all associated data. This action cannot be undone.
{{-- Delete Confirmation Modal --}}This is permanent and cannot be reversed. All your data will be removed.