Error: Ziggy error: route 'register' is not in the route list. code example
Example: tightenco/ziggy
route().current(); // 'events.index'
route().current('events.index'); // true
route().current('events.*'); // true
route().current('events.show'); // false