hasMany(Azmayesh::class); } public function azmayeshFields(): BelongsToMany { return $this->belongsToMany(AzmayeshField::class); } }