Request laravel from operation in controller
I want a request a data from operation i made in controller, when i try my code the output total is null. I try this code $total += $request->jumlah_pinjaman; $data = [ 'tanggal' => $request->tanggal, 'no_bukti' => $request->no_bukti, 'jumlah_pinjaman' =>…