Scholarship Profile

@if(session('success')) @endif
Your Scholarship Profile
This profile influences your "For You" recommendations
@csrf
Academic Information
Academic level cannot be changed after profile creation
Field of study cannot be changed after profile creation
Select multiple fields that interest you
Destination & Location Preferences
Select countries where you'd like to study
flexible_destination ? 'checked' : '' }}>
Preferences & Eligibility
Select languages you speak or type to add new ones
Additional Information
is_developing_country ? 'checked' : 'checked' }}>
is_woman ? 'checked' : '' }}>
is_disabled ? 'checked' : '' }}>
Match Score Preference

Set the minimum match score percentage for scholarships to appear in your "For You" tab. Only scholarships with a match score of {{ $profile && $profile->min_match_score ? $profile->min_match_score : 50 }}% or higher will be shown.

0% (Show All) 50% (Default) 100% (Perfect Matches Only)
Tip: Lower scores show more options but may include less relevant scholarships. Higher scores show fewer but more targeted recommendations.
@if($profile && $profile->isSubscriptionActive())
Subscription Status
@php $daysLeft = now()->diffInDays($profile->subscription_end_date, false); $hoursLeft = now()->diffInHours($profile->subscription_end_date, false); $isExpired = $daysLeft < 0; $isExpiringSoon = $daysLeft <= 7 && $daysLeft >= 0; $showHours = $hoursLeft >= 0 && $hoursLeft < 24; @endphp
Subscription {{ $isExpired ? 'Expired' : 'Active' }} @if($isExpired)

Your subscription expired {{ abs($daysLeft) }} day(s) ago. Renew now

@elseif($showHours)

{{ $hoursLeft }} hour{{ $hoursLeft != 1 ? 's' : '' }} remaining in your subscription. Renew now

@elseif($daysLeft == 0)

Your subscription expires today! Renew now

@else

{{ $daysLeft }} day(s) remaining in your subscription

@endif
@endif
@include('layouts.student.footer')