moons admin controller
This commit is contained in:
@@ -94,6 +94,9 @@ class MoonsAdminController extends Controller
|
||||
'Contact' => $contact,
|
||||
])->first();
|
||||
|
||||
$count = $found->count();
|
||||
dd($count);
|
||||
|
||||
//Calculate the price of the moon for when it's updated
|
||||
$moon = Moon::where([
|
||||
'System' => $request->system,
|
||||
|
||||
Reference in New Issue
Block a user