Documentation

Please upload supporting documents that may strengthen your profile (these may include a Business Licence, TIN Certificate, Portfolio of Works). --- It is advised you do NOT publish your contact details in any of the documentation

Business Licence/TIN Certificate/VAT Certificate

To register your profile as a business you must upload at least one supporting document that proves the authenticity of your business. This information is private and only visible to you and backend users

@if(!blank($businessProofs)) @foreach($businessProofs as $doc)

{{ $doc->title }}

@if($doc->uploadedBy->user_type == 'candidate')

Uploaded by you on {{ $doc->updated_at_formatted }}

@else

Uploaded by {{ $doc->uploadedBy->full_name }} on {{ $doc->updated_at_formatted }}

@endif
@endforeach @else

report_problem No business proofs available. Click here to upload.

@endif

Certificates

@if(!blank($certificates)) @foreach($certificates as $doc)

{{ $doc->title }}

@if($doc->uploadedBy->user_type == 'candidate')

Uploaded by you on {{ $doc->updated_at_formatted }}

@else

Uploaded by {{ $doc->uploadedBy->full_name }} on {{ $doc->updated_at_formatted }}

@endif
@endforeach @else

report_problem No certificates available. Click here to upload.

@endif

Portfolio

@if(!blank($portfolios)) @foreach($portfolios as $doc)

{{ $doc->title }}

@if($doc->uploadedBy->user_type == 'candidate')

Uploaded by you on {{ $doc->updated_at_formatted }}

@else

Uploaded by {{ $doc->uploadedBy->full_name }} on {{ $doc->updated_at_formatted }}

@endif
@endforeach @else

report_problem No portfolio item available. Click here to upload.

@endif

Sample Works

@if(!blank($works)) @foreach($works as $doc)

{{ $doc->title }}

@if($doc->uploadedBy->user_type == 'candidate')

Uploaded by you on {{ $doc->updated_at_formatted }}

@else

Uploaded by {{ $doc->uploadedBy->full_name }} on {{ $doc->updated_at_formatted }}

@endif
@endforeach @else

report_problem No sample work item available. Click here to upload.

@endif

Additional Docs

This information is private and only visible to you and backend users

@if(!blank($customDocs)) @foreach($customDocs as $doc)

{{ $doc->title }}

@if($doc->uploadedBy->user_type == 'candidate')

Uploaded by you on {{ $doc->updated_at_formatted }}

@else

Uploaded by {{ $doc->uploadedBy->full_name }} on {{ $doc->updated_at_formatted }}

@endif
@endforeach @else

report_problem No additional docs available. Click here to upload.

@endif