/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/Slider.php (762B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
protected $table = 'sliders';
protected $fillable = ['heading', 'sub_heading', 'search_text', 'detail', 'status', 'image', 'position', 'left'];
}