'Email', // 'sms' => 'SMS', // 'news_letter' => 'News Letter', ]; protected static function booted() { static::creating(function ($model) { $model->alias = \Str::slug($model->title); }); } }