belongsToMany(Kid::class)->withPivot("date"); } public function belts(): BelongsToMany { return $this->belongsToMany(Belt::class); } }