@csrf

Educational Qualification

@if($educations && $educations->isNotEmpty()) @foreach($educations as $index => $education)

Degree Information #{{ $index + 1 }}

@error("education.$index.level")
{{ $message }}
@enderror
degree_name ?? '') }}" placeholder="e.g., Bachelor of Science in Computer Science" required> @error("education.$index.degree_name")
{{ $message }}
@enderror
institution_name ?? '') }}" placeholder="Enter institution name" required> @error("education.$index.institution_name")
{{ $message }}
@enderror
country ?? '') }}" placeholder="Enter country name" required> @error("education.$index.country")
{{ $message }}
@enderror
passing_year ?? '') }}" placeholder="YYYY" min="1900" max="{{ date('Y') }}" required> @error("education.$index.passing_year")
{{ $message }}
@enderror
cgpa ?? '') }}" placeholder="e.g., 3.5 or A+" required> @error("education.$index.cgpa")
{{ $message }}
@enderror
@endforeach @else

Degree Information #1

@endif
@push('js') @endpush