@csrf
@include('layouts.admin.header') @include('layouts.admin.navbar')
Edit Scholarship
Dashboard
Scholarships
Edit
Scholarship Information
@csrf @method('PUT')
Title
*
Description
{{old('description', $scholarship->description)}}
University
Country
Degree Level
Select...
degree_level) == 'undergraduate' ? 'selected' : ''}}>Undergraduate
degree_level) == 'masters' ? 'selected' : ''}}>Masters
degree_level) == 'phd' ? 'selected' : ''}}>PhD
Status
*
status) == 'pending' ? 'selected' : ''}}>Pending
status) == 'approved' ? 'selected' : ''}}>Approved
status) == 'rejected' ? 'selected' : ''}}>Rejected
Deadline
Course Starts
Eligibility
{{old('eligibility', $scholarship->eligibility)}}
Benefits
{{old('benefits', $scholarship->benefits)}}
Application Link
Funding Type
Select...
funding_type) == 'fully_funded' ? 'selected' : ''}}>Fully Funded
funding_type) == 'partial' ? 'selected' : ''}}>Partial
funding_type) == 'tuition_only' ? 'selected' : ''}}>Tuition Only
Funding Amount
Currency
Fields of Study (comma-separated)
Enter fields separated by commas
Cancel
Update Scholarship
@include('layouts.admin.footer')