translatable = ['footer_copy_right','footer_about_title','footer_about_description','footer_section_one_title','footer_section_two_title','footer_section_three_title']; } } public function language() { return $this->belongsTo(Language::class); } public function currency() { return $this->belongsTo(Currency::class); } public function dateFormat() { return $this->belongsTo(DateFormat::class); } public function timeZone() { return $this->belongsTo(TimeZone::class); } }