EN VI
Posts (0)
Questions (2)
2024-03-10 13:00:04
You're resetting $grand_total to 0 in each loop iteration. You should initialize $grand_total before the loop starts and then add $sub_total to each iteration. @php $grand_total = 0; @endphp @for...
Tags: PHP Laravel foreach
2024-03-12 09:00:08
Try this example code, fixing some minor code issues, compiles for me. struct YourRoutines: View { @State private var days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "S...
Tags: swift swiftui foreach

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login