diff --git a/routes/web.php b/routes/web.php
index 246cb94b..ab187f16 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -936,6 +936,7 @@ Route::get('/show-white-form-transactions-in-date-range/{from_date}/{to_date}',
echo '
';
$payment = $bill->owner;
$po = $payment->owner->transactions()->where('type', TransactionType::PURCHASE_ORDER)->whereIn('status', [ApprovalStatus::PENDING_VERIFICATION, ApprovalStatus::APPROVED])->first();
+ var_dump($po);
echo '| ' . $payment->owner->marking . ' | ';
echo '' . $payment->created_at . ' | ';
echo '' . $bill->created_at . ' | ';