Browse Source

edit claim

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
e1a296e95f
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      app/Http/Controllers/DS/DealerController.php

+ 2
- 1
app/Http/Controllers/DS/DealerController.php View File

} }
$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,

Loading…
Cancel
Save