@component('shop::emails.layout')

Vendor Application Status Update

Dear {{ $vendor->company_name }},

Thank you for your interest in becoming a vendor on our platform. After careful review, we regret to inform you that your vendor application has not been approved at this time.

Application Details:

Company Name: {{ $vendor->company_name }}
Company Email: {{ $vendor->company_email }}
Status: ❌ Not Approved
Reviewed On: {{ core()->formatDate($vendor->rejected_at, 'Y-m-d H:i:s') }}
@if($vendor->rejection_reason)

Reason for Rejection:

{{ $vendor->rejection_reason }}

@endif

We encourage you to review our vendor requirements and consider reapplying in the future. If you have any questions about this decision or would like guidance on how to improve your application, please feel free to contact our support team.

Visit Our Website

Thank you for your understanding. We appreciate your interest in our platform.

@endcomponent