@component('shop::emails.layout')
New Vendor Application Received 📋
A new vendor has submitted an application for approval on your platform.
Company Name: | {{ $vendor->company_name }} |
Company Email: | {{ $vendor->company_email }} |
Registration Number: | {{ $vendor->company_registration_number }} |
GST Number: | {{ $vendor->gst_number }} |
PAN Number: | {{ $vendor->pan_number }} |
Applied On: | {{ core()->formatDate($vendor->created_at, 'Y-m-d H:i:s') }} |
Please review the vendor application and take appropriate action from the admin panel.
@endcomponent