diff --git a/routes/web.php b/routes/web.php index bc956601..ba8bd29d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -477,17 +477,17 @@ Route::get('/refund/fix', function(){ } } - echo '

Not Placed ('.count($notPlaced).')

'; + echo '

Customer Paid ('.count($notPlaced).')

'; foreach ($notPlaced as $booking){ echo ''.$booking->marking.'
'; } - echo '

Placed ('.count($placed).')

'; + echo '

White Form Generated ('.count($placed).')

'; foreach ($placed as $booking){ echo ''.$booking->marking.'
'; } - echo '

Complete ('.count($completed).')

'; + echo '

China Bankslip Uploaded ('.count($completed).')

'; foreach ($completed as $booking){ echo ''.$booking->marking.'
'; }