Required Documents
@foreach([
'pricing_service_catalogue' => 'Pricing / Service Catalogue',
'certificate_of_incorporation' => 'Certificate of Incorporation',
'proof_of_business_address' => 'Proof of Business Address',
'government_photo_id' => 'Government-issued Photo ID'
] as $field => $label)
@endforeach
@foreach([
'food_hygiene_certificate' => 'Food Hygiene & Safety Certificate',
'public_liability_insurance' => 'Public Liability Insurance',
'trade_license' => 'Trade-specific License',
'halal_certification' => 'Halal Certification'
] as $field => $label)
@php
$hasFile = $vendor && $vendor->$field ? 'true' : 'false';
@endphp
@endforeach
{{-- Additional Documents Section Removed --}}