SQLSTATE[42S02]: Base table or view not found: 1146 Table many to many in laravel
seem i got the solution without change table name
if u have bookmarks table name
public function products() {
return $this->belongsToMany(Product::class, 'bookmarks');
}