public function getLangNameAttribute()
{
$locale = App::getLocale(); // Get the current locale
return $locale === 'de' ? $this->dename : $this->enname.'';
}
above is laravel model Language.php code to alter name col but I also want to pass parameter in above function