hello for those asking for the solution to the code its very simple
go to
core/routes/web.php and add this two codes
Route::get('/withdraw/history', [WithdrawController::class, 'history'])->name('user.withdraw.history');
Route::get('/withdraw', [WithdrawController::class, 'index'])->name('user.withdraw');
that will solve the problem 🤩