process blade for srp

This commit is contained in:
2019-07-15 22:17:10 -05:00
parent cb793fee58
commit 78cd3abe15
2 changed files with 4 additions and 0 deletions

View File

@@ -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;
}
}

View File

@@ -41,6 +41,9 @@
<td>
{{ $row['ship_type'] }}
</td>
<td>
{{ $row['cost_code'] }}
</td>
<td>
{{ $row['fleet_type'] }}
</td>