belongsTo('App\Models\Admin'); } public function rayon() { return $this->belongsTo('App\Models\Rayon'); } }