What are Accessors and Mutators in Laravel?
Laravel Eloquent supports attribute transformations so models can customize how data is represented when accessed or assigned. This is useful for formatting names, normalizing values and applying reusable model-level transformations.