diff --git a/routes/web.php b/routes/web.php index 993f0de5..014131ea 100644 --- a/routes/web.php +++ b/routes/web.php @@ -430,7 +430,6 @@ Route::get('/pending_orders', function(){ echo ''; echo ''.$payment->original_currency->short_code.''; echo ''.number_format(bcsub($payment->original_amount, $original_refunds, 7), 5, '.', '').''; - echo ''; echo ''.$booking->service->name.''; echo ''.$payment->updated_at->diffForHumans().''; echo ''.$bankType.'';