F
Filament16mo ago
Medo

How to get method value in custom column custom view page ?

How to get method value in custom column view page
3 Replies
Medo
MedoOP16mo ago
Patrick Boivin
Patrick Boivin16mo ago
Add a getter:
public function getFunctionName()
{
return $this->functionName;
}
public function getFunctionName()
{
return $this->functionName;
}
Then use {{ $getFunctionName() }} in your view. Also please read the #✅┊rules and paste your code as text next time 👍
Medo
MedoOP16mo ago
Thank You 🙂 Solved ♥
Want results from more Discord servers?
Add your server