@php $userName = $profile->user?->name ?: $profile->seller_title; $accentBg = $isActive ? '#16a34a' : '#dc2626'; $statusText = $isActive ? 'Account Activated' : 'Account Deactivated'; $supportEmail = config('mail.from.address'); @endphp
AR Dropshipping

Dear {{ $userName }},

@if($isActive)

Welcome back!

Your seller account "{{ $profile->seller_title }}" has been activated. You can now access your dashboard and start managing your products and orders.

Go to Dashboard @else

Your account has been deactivated

Your seller account "{{ $profile->seller_title }}" has been deactivated. If you believe this is a mistake, please contact support.

Contact Support @endif