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