added account service

This commit is contained in:
hafifierahman
2024-10-08 07:48:21 +08:00
parent 1bb813e22e
commit d3fe2cf03d
7 changed files with 924 additions and 167 deletions
+3 -1
View File
@@ -1307,10 +1307,12 @@ class LaporanController extends Controller
if ($t_gadai->month !== $t_bayaran->month) {
return false;
}else{
return true;
}
}
}
return true;
return false;
});
$summation_ansuran = $keuntungan_semasa_collection->sum('bayaran_keuntungan');