moon admin controller
This commit is contained in:
@@ -199,8 +199,6 @@ class MoonsAdminController extends Controller
|
||||
'Moon' => $moon->Moon,
|
||||
])->first();
|
||||
|
||||
dd($rental);
|
||||
|
||||
//Check if their is a current rental for a moon going on
|
||||
if($rental == false) {
|
||||
//If we don't find a rental record, mark the moon as not paid
|
||||
@@ -222,6 +220,7 @@ class MoonsAdminController extends Controller
|
||||
|
||||
//Set the contact name
|
||||
$contact = $lookup->CharacterName($rental->Contact);
|
||||
dd($contact);
|
||||
}
|
||||
|
||||
//Set the color for the table
|
||||
|
||||
Reference in New Issue
Block a user