Following an example of L5 in your documentation, what I present here should print a title in capital letters, it is just an example because what I want to do is something else but if the example does not work for me it is because something is wrong for me .
here my code
public function getTituloAttibute()
{
return strtoupper($this->title);
}
That should return a Title like that TITLE by printing it in the {{$ article-> title}}
viewReturns the value as it is inserted in the DB