rental moon testing
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user