@if ($company->logo)
@endif

{{ $kind === 'contractor' ? 'Contractor Onboarding' : 'Contact '.$company->name }}

{{ $kind === 'contractor' ? 'Submit your contractor details for review.' : 'Submit your enquiry and our team will get back to you.' }}

@if ($submitted)
Thank you for submitting your enquiry
@endif @if ($errors && $errors->any())
Please complete mandatory fields:
@endif @if (! $submitted)
@csrf
10-digit South African mobile number, e.g. 0821234567 (+27 also accepted).
@if($kind === 'contractor')
Enter a valid 10-digit South African number, e.g. 0211234567 or 0821234567 (+27 also accepted).
Enter the address without http:// or https:// — e.g. www.example.com
@if(! empty($googleMapsApiKey)) Start typing and select an address from Google Maps suggestions. @else Type the street address manually. (Google Maps suggestions are unavailable — configure a Maps API key in Google Integration.) @endif

Required documents

  • Company CK
  • Proof of residence for company
PDF or image, max 50MB.
PDF or image, max 50MB.

Select package *

@php $selectedPackage = old('selected_package'); @endphp
@else
Up to 10 files, max 50MB each. Images/videos only.
@endif
@endif
@if(! $submitted) @endif