From 1717cd9d3bb7e4fec600f25139fea919d6de19e1 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 6 Jun 2020 04:02:30 -0500 Subject: [PATCH] rental moon testing --- app/Http/Controllers/Moons/MoonsAdminController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Moons/MoonsAdminController.php b/app/Http/Controllers/Moons/MoonsAdminController.php index 0f56536da..db4f13a12 100644 --- a/app/Http/Controllers/Moons/MoonsAdminController.php +++ b/app/Http/Controllers/Moons/MoonsAdminController.php @@ -239,7 +239,7 @@ class MoonsAdminController extends Controller //For each of the moons compile different data for the view for formatting foreach($rentalMoons as $moon) { - + dd($moon->rental_type); //Check if a current rental for the moon is on going if(($moon->rental_type == 'In Alliance' || $moon->rental_type == 'Out of Alliance')) { $paid = $moon->paid;