'integer', ]; protected $appends = [ 'display_name', ]; protected function displayName() : Attribute{ return Attribute::make( get: function () { return "{$this->manufacturer_code} {$this->model_full_name} ({$this->designator})"; } ); } }