Leave on “Generic HTML Listing” unless this source needs a specific parser.
@if($showEditErrors && $errors->has('handler'))
{{ $errors->first('handler') }}
@endif
- Scholars4Dev Sitemap: Reads their XML feed for instant updates.
- Scholars4Dev Tag Page: Scrapes the public “scholarships” tag (HTML list).
- DAAD Scholarship Database: Uses headless Chrome for DAAD’s JS search results.
- TopUniversities Listing: Scrolls TopUniversities and captures each card.
- Generic HTML Listing: Works for most blogs, portals, and university pages.
Optional – leave blank for global sites.
@if($showEditErrors && $errors->has('region_scope'))
{{ $errors->first('region_scope') }}
@endif
Two-letter ISO code.
@if($showEditErrors && $errors->has('country_scope'))
{{ $errors->first('country_scope') }}
@endif