@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
@if($kind === 'contractor')
Enter a valid 10-digit South African number, e.g. 0211234567 or 0821234567 (+27 also accepted).
Enter your site as www.example.com — http:// is added automatically.
Start typing and select an address from Google Maps suggestions.

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
  • 1 Main user — Full access
  • 5 Sub users — Restricted access
  • Unlimited "limited users" use on tracking app
  • Access to Revamp© automated quote generator and enquiry form link
  • Access to new business via Revamp© user interface
  • 8 Design previews included per month — R10 incl VAT per additional design preview out of bundle
  • 2 Main users — Full access
  • 10 Sub users — Restricted access
  • Unlimited "limited users" use on tracking app
  • Access to Revamp© automated quote generator and enquiry form link
  • Access to new business via Revamp© user interface
  • 12 Design previews included per month — R10 incl VAT per additional design preview out of bundle
@else
Up to 10 files, max 50MB each. Images/videos only.
@endif
@endif
@if($kind === 'contractor' && ! $submitted) @endif