Date | PayPal | Stripe | Refunds | Withdrawal | Balance | Actions |
---|---|---|---|---|---|---|
{{$balance->date}} | {{"$".$balance->paypal}} | {{"$".$balance->stripe}} | {{"$".$balance->refunds}} | {{"$".$balance->withdrawal}} | {{"$".$balance->balance}} | @if($counter == 0) @else @endif |
Total | {{"$".$totalPayPal}} | {{"$".$totalStripe}} | {{"$".$totalRefunds}} | {{"$".$totalWithdrawal}} | @if($balances->count()>0) {{"$".$balances[0]->balance}} @else {{"$0"}} @endif | {{"Actions"}} |