'bool', 'pos' => 'int' ]; protected $fillable = [ 'name', 'color', 'active', 'pos' ]; public function email_templates() { return $this->hasMany(EmailTemplate::class); } }