@php $appName = \App\Models\AppSetting::getValue('app_name', config('app.name', 'App')); $supportEmail = \App\Models\AppSetting::getValue('support_email', \App\Models\AppSetting::getValue('contact_email', config('mail.from.address'))); @endphp Application Status Update - {{ $appName }}

Application Status Update

Application Decision

Dear {{ $application->partner_type == 'restaurant' ? $application->contact_name : $application->full_name }},

Thank you for your interest in partnering with {{ $appName }}. After careful review of your application, we regret to inform you that we are unable to approve your application at this time.

📝 Reason for rejection:

{{ $reason }}

Common reasons for rejection include:

If you believe this decision was made in error or would like to reapply after addressing the above issues, please contact our support team at {{ $supportEmail }}.

We wish you the best in your future endeavors.

Best regards,
The {{ $appName }} Team