@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'))); $supportPhone = \App\Models\AppSetting::getValue('support_phone', ''); @endphp Application Received - {{ $appName }}

✅ Application Received!

Thank you for applying to partner with {{ $appName }}!

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

We have successfully received your application to become a {{ ucfirst($application->partner_type) }} Partner on the {{ $appName }} platform.

{{ $application->application_number }}
Your Application Reference Number

What happens next?

  1. Our team will review your application within 2-3 business days
  2. We may contact you for any additional information if needed
  3. Once approved, you will receive login credentials via email
  4. You can then start using the {{ $appName }} platform

Need assistance? If you have any questions or need to update your application, please contact our support team at {{ $supportEmail }}@if($supportPhone) or call us at {{ $supportPhone }}@endif.

Thank you for choosing {{ $appName }}! We look forward to growing together.

Best regards,
The {{ $appName }} Team