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

Apply for Caregiver Training

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

@csrf

Personal Information

Please provide your basic personal details

Age: -- years

Address Information

Emergency Contact

@csrf

Educational Details

Add your educational qualifications (you can add multiple)

@csrf

Course Selection

Choose your preferred training program

@if($trainingPrograms->count() > 0) @foreach ($trainingPrograms as $trainingProgram) @endforeach @endif
@csrf

Training Center Selection

Select your preferred training centers

@csrf

Document Upload

Upload required documents (optional for now)

Click to upload or drag and drop
@if($document && $document->photo_full_path) @endif
Click to upload or drag and drop
@if($document && $document->address_proof_full_path) @endif
Click to upload or drag and drop
@if($document && $document->medical_certificate_full_path) @endif
Click to upload or drag and drop
@if($document && $document->medical_certificate_full_path) @endif

Document Requirements:

  • All documents must be in PDF, JPG, or PNG format
  • Maximum file size: 5MB per document
  • Documents must be clear and legible
  • You can upload multiple files for each document type
  • Photographs must be recent (taken within the last 6 months)
@endsection @section('pages-scripts') @endsection