json_decode($value), ); } public function azmayeshTypes(): BelongsToMany { return $this->belongsToMany(AzmayeshType::class, 'azmayesh_field_azmayesh_type'); } }