Scholarship Settings

@if(session('success')) @endif
Notification Settings

Configure when and how often students receive new scholarship match notifications based on relevance

@csrf @method('PUT')
How often to send scholarship match digests
Only applies when frequency is Weekly
Time of day to send digest emails (24-hour format)
Only scholarships with match score above this percentage will be included in digest (0-100)
Maximum number of scholarships to fetch for "For You" tab recommendations (10-1000)
Auto-Approval Settings
When enabled, all newly crawled scholarships will be automatically approved and visible to students. When disabled, crawled scholarships will require manual approval before appearing in student listings.

Automatic Crawl Setup

Set up automatic crawling by adding the command below to your server's crontab

How to set up: Copy the command below and add it to your server's crontab. Run crontab -e on your server, then paste the command with your desired schedule.

Examples:
0 3 * * * - Daily at 3 AM
0 3 * * 0 - Weekly on Sunday at 3 AM
0 3 1 * * - Monthly on the 1st at 3 AM
Cron Command
Add your schedule prefix (e.g., 0 3 * * *) before this command when adding to crontab.
Note: The PHP path in the command above is auto-detected. If your server uses a different PHP path, you may need to adjust it. To find your PHP path, run which php on your server.
@include('layouts.admin.footer')