@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 Approved - {{ $appName }}

🎉 Congratulations!

@if($type == 'restaurant')
Store Partner
@else
Delivery Partner
@endif

Your Application has been Approved!

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

We are pleased to inform you that your application to partner with {{ $appName }} has been approved! Welcome to the {{ $appName }} family.

📋 Account Details:

Email: {{ $email }}
Password: {{ $password }}

🔐 Important: Please change your password after your first login for security.

You can now login to your dashboard and start using our platform:

Login to Your Account →

@if($type == 'restaurant')

Next Steps for Store Partner:

@else

Next Steps for Delivery Partner:

@endif

If you have any questions or need assistance, please don't hesitate to contact our support team at {{ $supportEmail }}.

Best regards,
The {{ $appName }} Team