diff --git a/routes/web.php b/routes/web.php
index 014131ea..993f0de5 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -430,6 +430,7 @@ 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.' | ';