Hello {{ $name }},
@if ($type == 'rejected')
Thank you for submitting your @if($mailfrom=='payout') payout @else boosting @endif request on {{ config('app.name') }}.
@elseif ($type == 'removed')
Your previously approved boosting on {{ config('app.name') }} has been removed.
@endif
@if ($type == 'rejected')
After reviewing your request, unfortunately we’re unable to approve your @if($mailfrom=='payout') payout @else boosting @endif request at
this time.
@elseif ($type == 'removed')
If you have any questions, please contact our support team.
@endif
@if (!empty($reason))
Reason for rejection: {{ $reason }}
@endif
This may be due to policy violations, incomplete information, or other restrictions. You
can update your details and re-submit, or contact our support team for further
assistance.
Regards,
The {{ config('app.name') }} Team
|