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

New Vendor Application Received 📋

A new vendor has submitted an application for approval on your platform.

Vendor Details:

@if($vendor->company_registration_number) @endif @if($vendor->gst_number) @endif @if($vendor->pan_number) @endif
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.

Review Application
@endcomponent