taxation module

This commit is contained in:
2024-04-16 10:54:23 +05:45
parent 6ae0143005
commit 442822e472
16 changed files with 433 additions and 47 deletions

View File

@ -19,7 +19,7 @@ Route::get('/', function () {
return view('welcome');
});
Route::get('/invoice', function () {
Route::get('/invoice-test', function () {
return view('invoice');
});