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