@extends('layouts.website_layout') @section('content')

Apply to Become Our Partner

Join our nationally recognized caregiver training programs and make a difference in elderly care. Complete your application with all required details and documents.

@csrf

Basic Information

Centre and contact details

Optional secondary contact number
Optional website URL
@csrf

Address Details

Location information

Optional landmark for easy location
@csrf

Organization Info

Registration and staff details

Any educational board or university affiliations
Number of certified/qualified trainers
@csrf

Infrastructure

Facilities and equipment

@php if(!empty($infrastructureFacilities)){ $infrastructureFacilities = $infrastructureFacilities->toArray(); $infrastructureFacilitiesIds = array_column($infrastructureFacilities, 'facility_id'); } @endphp @foreach ($facilities as $facility) @endforeach
@csrf

Programs

Training programs offered

@php if(!empty($trainingCentrePrograms)){ $trainingCentrePrograms = $trainingCentrePrograms->toArray(); $trainingCentreProgramsIds = array_column($trainingCentrePrograms, 'training_program_id'); } @endphp @foreach ($trainingPrograms as $trainingProgram) @endforeach
Select at least one program you wish to offer
@csrf

Declaration & Documents

Final submission and verification

Document Upload

Click to upload
@if($document && $document->reg_certificate_full_path) View File @endif
Click to upload
@if($document && $document->noc_full_path) View File @endif
Click to upload
@if($document && count($document->photos_full_paths)) @foreach($document->photos_full_paths as $photo) View File @endforeach @endif
Click to upload
@if($document && count($document->staff_certs_full_paths)) @foreach($document->staff_certs_full_paths as $cert) View File @endforeach @endif

Declaration and Agreements

Please read and agree to the following terms and conditions to complete your registration.

Next Steps

Application review
(5-7 business days)
Document verification
Facility inspection
(if required)
Final approval and registration
@endsection @section('pages-scripts') @endsection