/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/FaqStudent.php (737B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
public $timestamps = false;
protected $table = 'faq_students';
protected $fillable = [
'category_id', 'title', 'details', 'status',
];
}