/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/ComingSoon.php (937B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
protected $table = 'coming_soons';
protected $fillable = [ 'bg_image', 'heading', 'count_one', 'count_two', 'count_three', 'count_four', 'text_one', 'text_two', 'text_three', 'text_four', 'btn_text', 'allowed_ip', 'enable' ];
protected $casts = [
'allowed_ip' => 'array'
];
}