refactoring, airtelmoney test

This commit is contained in:
Kwesi Banson Jnr
2025-11-17 18:39:10 +00:00
parent d8164b3139
commit 54edafc9e7
34 changed files with 2811 additions and 27 deletions

View File

@@ -21,3 +21,5 @@ Auth::routes(['register' => false]);
Route::get('/home', 'HomeController@index')->name('home');
Route::get('tester', 'KazTestController@main');
Route::get('collect-web', 'MoneyCollectionController@collect')->name('collect');