{{ config('app.name') }} |
|
Hello {{ $provider->user->name ?? 'Provider' }}, There has been an update regarding your provider profile for {{ $provider->module->module_slug ?? 'our platform' }}. {{ $status === 'active' ? 'Approved' : 'Rejected' }} Congratulations! Your provider profile has been approved. You are now active and visible to customers on the platform. @elseif($status === 'rejected')Unfortunately, your provider profile has been rejected. @if(!empty($reason))Reason for Rejection:
{{ $reason }}
Please update your profile details and submit again, or contact support for further assistance. @endif |
|
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved. |