srp testing
This commit is contained in:
@@ -136,7 +136,7 @@ class SRPAdminController extends Controller
|
|||||||
$gaugeReview = $pieOpen;
|
$gaugeReview = $pieOpen;
|
||||||
|
|
||||||
//Get the losses by Fleet Commander Name, and populate variables for the table
|
//Get the losses by Fleet Commander Name, and populate variables for the table
|
||||||
$fcNames = SRPShip::pluck('fleet_commander_name');
|
$fcNames = SRPShip::pluck('fleet_commander_name')->groupBy('fleet_commander_name');
|
||||||
dd($fcNames);
|
dd($fcNames);
|
||||||
foreach($fcNames as $name) {
|
foreach($fcNames as $name) {
|
||||||
$total = SRPShip::where(['fleet_commander_name' => $name])
|
$total = SRPShip::where(['fleet_commander_name' => $name])
|
||||||
|
|||||||
Reference in New Issue
Block a user