fix adminpage
This commit is contained in:
@@ -369,6 +369,7 @@ class AdminPageController extends Controller
|
|||||||
->orderBy('t_gadai','asc')
|
->orderBy('t_gadai','asc')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
|
$total_gadai = 0;
|
||||||
foreach($array_totalup as $array_index=>$totalup){
|
foreach($array_totalup as $array_index=>$totalup){
|
||||||
foreach($gadai as $indexgadai=>$gadai_detail){
|
foreach($gadai as $indexgadai=>$gadai_detail){
|
||||||
if($totalup['tarikh'] == $gadai_detail['t_gadai']){
|
if($totalup['tarikh'] == $gadai_detail['t_gadai']){
|
||||||
|
|||||||
Reference in New Issue
Block a user