hasMany('App\Models\PreApplications', 'event_id'); } public static function getActiveEvents(){ return self::where('to_date', '>=', now())->where('from_date', '<=', now())->get(); } }