//user user_roles roles public function roles() { return $this->belongsToMany(Role::class)->withTimestamps(); }