belongsTo(Store::class, 'store_id'); } public function master(): BelongsTo { return $this->belongsTo(Employee::class, 'store_master_id'); } }