Hi, @manatech
You don't need to change the route, make same registration form as like present in customer followed by same folder structure.
And in the boot methods write the override code and publish the vendor.
$this->publishes([ __DIR__ . '/../Resources/views/shop/customers/account/index' => resource_path('views/vendor/shop/customers/account/index'), ]);and publish by
php artisan vendor:publish.
Thanks