Look at this piece of your controller code: with('registrasi', $harga1).
When using the with() method, the first parameter, "registrasi" is the the name that's going to be used in your view, and the second parameter, "$harga1" is the variable in your controller/route.
So, in this example, you need to replace $harga1 in your view with $registrasi.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community