@@ -191,7 +191,8 @@ |
||
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | public function getExtraAmt($userId) |
| 194 | - {dd('fds'); |
|
| 194 | + { |
|
| 195 | +dd('fds'); |
|
| 195 | 196 | try { |
| 196 | 197 | $amounts = Payment::where('user_id', $userId)->where('invoice_id', 0)->select('amt_to_credit')->get(); |
| 197 | 198 | $balance = 0; |