/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/SliderFacts.php (693B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
protected $table = 'slider_facts';
protected $fillable = [ 'icon', 'heading', 'sub_heading' ];
}