whereDate('created_at', today()); } protected static function boot() { parent::boot(); static::creating(fn ($model) => $model->id = (string) Str::uuid()); } }