/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/Terms.php (659B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
protected $table = 'terms';
protected $fillable = [ 'terms', 'policy' ];
}