rental moon testing
This commit is contained in:
@@ -239,7 +239,6 @@ class MoonsAdminController extends Controller
|
|||||||
|
|
||||||
//For each of the moons compile different data for the view for formatting
|
//For each of the moons compile different data for the view for formatting
|
||||||
foreach($rentalMoons as $moon) {
|
foreach($rentalMoons as $moon) {
|
||||||
dd($moon);
|
|
||||||
|
|
||||||
//Check if a current rental for the moon is on going
|
//Check if a current rental for the moon is on going
|
||||||
if(($moon->rental_type == 'In Alliance' || $moon->rental_type == 'Out of Alliance')) {
|
if(($moon->rental_type == 'In Alliance' || $moon->rental_type == 'Out of Alliance')) {
|
||||||
@@ -354,6 +353,8 @@ class MoonsAdminController extends Controller
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd($table);
|
||||||
|
|
||||||
return view('moons.admin.adminmoon')->with('table', $table);
|
return view('moons.admin.adminmoon')->with('table', $table);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user