rental moon testing

This commit is contained in:
2020-06-06 04:06:16 -05:00
parent 3d6a2a67ad
commit a5ff733311

View File

@@ -337,8 +337,6 @@ class MoonsAdminController extends Controller
$color = 'table-info'; $color = 'table-info';
} }
dd($table);
//Add the data to the html string to be passed to the view //Add the data to the html string to be passed to the view
array_push($table, [ array_push($table, [
'SPM' => $moon->system . " - " . $moon->planet . " - " . $moon->moon, 'SPM' => $moon->system . " - " . $moon->planet . " - " . $moon->moon,
@@ -353,6 +351,8 @@ class MoonsAdminController extends Controller
'Type' => $moon->rental_type, 'Type' => $moon->rental_type,
'Renter' => $ticker, 'Renter' => $ticker,
]); ]);
dd($table);
} }
dd($table); dd($table);