/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/GetStarted.php (725B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
protected $table = 'get_starteds';
protected $fillable = [ 'heading', 'sub_heading', 'button_txt', 'image', 'link' ];
}