process blade for srp
This commit is contained in:
@@ -65,6 +65,7 @@ class SRPAdminController extends Controller
|
||||
foreach($payouts as $p) {
|
||||
if($r['ship_type'] == $p->code) {
|
||||
$temp['actual_srp'] = $r['loss_value'] * ($p->payout / 100.00 );
|
||||
$temp['cost_code'] = $p->payout;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -41,6 +41,9 @@
|
||||
<td>
|
||||
{{ $row['ship_type'] }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $row['cost_code'] }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $row['fleet_type'] }}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user