diff --git a/routes/web.php b/routes/web.php index 5f417654..854e22c5 100644 --- a/routes/web.php +++ b/routes/web.php @@ -344,5 +344,6 @@ Route::get('/wallet/audit', function (Request $request) { echo $i.". Marking: ". $wallet->owner->reference ."
Current Balance: ". $wallet->amount ."
Audit Balance: ". (($topups + $credit) - ($payments + $debit)) ."
Difference: ". round((float) $wallet->amount - (($topups + $credit) - ($payments + $debit)), 2) ."


"; } -})->name('segments'); +}); +