flex structure issue

This commit is contained in:
2019-12-25 23:47:53 -06:00
parent dee4e0d751
commit 3af4db41ac

View File

@@ -87,6 +87,7 @@ class FlexStructureCommand extends Command
foreach($structures as $structure) { foreach($structures as $structure) {
$body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK<br>"; $body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK<br>";
} }
dd($totalCost);
$body += "Total Cost: " . $totalCost; $body += "Total Cost: " . $totalCost;
$body += "Please remit payment to Spatial Forces by the 3rd of the month.<br>"; $body += "Please remit payment to Spatial Forces by the 3rd of the month.<br>";
$body += "Sincerely,<br>"; $body += "Sincerely,<br>";