belongsTo('App\Models\Admin'); } public function rayon() { return $this->belongsTo('App\Models\Rayon'); } public function attachments() { return $this->hasMany(\App\Models\AttachmentForm::class, 'form_id') ->where('table_name', \App\Enums\AttachmentTableName::FORM_UP_COUNTRY); } }