belongsTo('App\Models\Language'); } public function blogContentList() { return $this->hasMany('App\Models\BlogManagement\BlogContent'); } }