Leave as “Generic HTML Listing” for most sites. Switch only when you need a specialized parser.
@if($showCreateErrors && $errors->has('handler'))
{{ $errors->first('handler') }}
@endif
- Scholars4Dev Sitemap: Reads the 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-heavy search results.
- TopUniversities Listing: Scrolls TopUniversities and captures each card.
- Generic HTML Listing: Works for most blogs, portals, and university pages.
Only fill this if the site targets a specific region.
@if($showCreateErrors && $errors->has('region_scope'))
{{ $errors->first('region_scope') }}
@endif
Two-letter ISO code if country-specific.
@if($showCreateErrors && $errors->has('country_scope'))
{{ $errors->first('country_scope') }}
@endif