moons admin controller

This commit is contained in:
2019-05-31 23:45:38 -05:00
parent a8143e235d
commit b6bbd1532c

View File

@@ -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,