All Withdraw
Withdraw| Date | Amount | Charge | W8 Amount | Operator | Status |
|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($item->created_at)->format('d.m.Y') }} | {{ $item->amount }} | {{ $item->charges }} | {{ $item->amount + $item->charges }} | {{ $item->method }} | @if($item->status == "Success") Success @elseif($item->status == "Pending") Pending @else Failed @endif |
| Record Not Found! | |||||