@extends('layouts.student_layout') @section('content')
@csrf
@if($educationDetails->count() > 0) @if ($latest_application_status == 'INITIATED') @elseif (!in_array($latest_application_status , ['PENDING','DISCRIPENCY_FOUND','DISCRIPENCY_REMOVED'])) @elseif ($is_completed) @endif @endif
@csrf

Course Selection

Choose your preferred training program

@if($trainingPrograms->count() > 0) @foreach ($trainingPrograms as $trainingProgram) {{-- {{ dd($student_details->courseSelectionDetail) }} --}} @endforeach @endif
@csrf

Training Center Selection

Select your preferred training centers

@csrf
{{-- {{ dd($student_details) }} --}}

Document Upload

Upload required documents (optional for now)

Click to upload or drag and drop
Max size 500KB, Accept only .jpg,.jpeg,.png.
@if(isset($student_details->uploadDetail) && $student_details->uploadDetail->photo_full_path) @endif
Click to upload or drag and drop
Max size 2MB, Accept only .pdf, .jpg,.jpeg,.png.
@if(isset($student_details->uploadDetail) && $student_details->uploadDetail->address_proof_full_path) @endif
Click to upload or drag and drop
Max size 2MB, Accept only .pdf.
@if(isset($student_details->uploadDetail) && $student_details->uploadDetail->medical_certificate_full_path) @endif
Click to upload or drag and drop
Max size 2MB, Accept only .pdf.
@if(isset($student_details->uploadDetail) && $student_details->uploadDetail->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)
{{-- Modal --}} @endsection @section('pages-scripts') @yield('add-education-details-modal-script') @yield('edit-application-education-details-modal-script') @endsection