belongsTo('App\Models\RahdariPoint'); } protected function area(): Attribute { return Attribute::make( get: fn($value) => json_decode($value) ); } }