@extends('emails.layout') @section('title', 'New Wholesale Partner Registration') @section('header_subtitle', 'Partner Onboarding') @section('content')
A new {{ strtolower($partnerType) }} has registered and requires approval before accessing the portal.
⚠️ Action Required: Review the registration details and approve or reject in Odoo.
Company Information
| Partner Type | {{ $partnerType }} |
| Company Name | {{ $companyName }} |
| Industry | {{ $industry ?? 'Not provided' }} |
| TIN Number | {{ $tinNumber ?? 'Not provided' }} |
| VAT Number | {{ $vatNumber ?? 'Not provided' }} |
| Website | {{ $website ?? 'Not provided' }} |
Contact Person
| Name | {{ $customerName }} |
| Job Title | {{ $jobTitle ?? 'Not provided' }} |
| {{ $email }} | |
| Phone | {{ $phone }} |
| Portal ID | #{{ $customerId }} |
| Odoo Partner ID | {{ $odooPartnerId ?? 'Pending sync' }} |
Uploaded Documents ({{ $documentCount }})
| {{ $doc['label'] }} | @if($doc['uploaded']) ✓ {{ $doc['file_name'] }} ({{ $doc['file_size'] }}) @else ✗ Not uploaded @endif |
⚠️ Missing Documents
@foreach($missingDocuments as $missing)• {{ $missing['label'] }}
@endforeachRequest these documents from the partner before approval.
📋 Approval Checklist
1. Review all {{ $documentCount }} attached documents
2. Verify company credentials and TIN/VAT numbers
3. Confirm all required documents are provided
4. In Odoo, set the partner to "Active" to approve