added missing <td>

This commit is contained in:
Aqqil Azman
2024-08-07 17:38:41 +08:00
parent cfb12dde00
commit 698d38db4f
+1
View File
@@ -430,6 +430,7 @@ Route::get('/pending_orders', function(){
echo '<td></td>';
echo '<td>'.$payment->original_currency->short_code.'</td>';
echo '<td>'.number_format(bcsub($payment->original_amount, $original_refunds, 7), 5, '.', '').'</td>';
echo '<td></td>';
echo '<td>'.$booking->service->name.'</td>';
echo '<td>'.$payment->updated_at->diffForHumans().'</td>';
echo '<td>'.$bankType.'</td>';