list pending orders in table format

This commit is contained in:
omair saleh
2022-08-10 11:58:15 +08:00
parent f737c3afdb
commit c51b6edf5a
+1
View File
@@ -267,6 +267,7 @@ Route::get('/pending_orders', function(){
echo '<td>'.$booking->service->name.'</td>';
echo '<td>'.$payment->updated_at->diffForHumans().'</td>';
echo '<td>'.$bankType.'</td>';
echo '<td>'.$booking->bank->holder_name.'</td>';
echo '</tr>';
}
echo '</table>';