|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
$name = $customer->company_name; |
|
|
$name = $customer->company_name; |
|
|
} |
|
|
} |
|
|
|
|
|
info($d['retail_price']); |
|
|
|
|
|
|
|
|
$final[] = array( |
|
|
$final[] = array( |
|
|
'index' => $d['formT'], |
|
|
'index' => $d['formT'], |
|
|
|
|
|
|
|
|
'name' => $name, |
|
|
'name' => $name, |
|
|
'address' => $address, |
|
|
'address' => $address, |
|
|
'package' => $c->package, |
|
|
'package' => $c->package, |
|
|
'retail_price' => 'RM '.$c->retail_price, |
|
|
|
|
|
|
|
|
'retail_price' => $c->retail_price, |
|
|
'incentives1' => $c->incentives1, |
|
|
'incentives1' => $c->incentives1, |
|
|
'incentives2' => $c->incentives2, |
|
|
'incentives2' => $c->incentives2, |
|
|
'total' => $c->total_claim, |
|
|
'total' => $c->total_claim, |