spmn for moon updates

This commit is contained in:
2019-06-04 20:59:24 -05:00
parent 5d981328db
commit dbece52cc3

View File

@@ -190,6 +190,8 @@ class MoonsAdminController extends Controller
array_push($spmn, $temp); array_push($spmn, $temp);
} }
dd($spmn);
//Return the view and the form from the blade display //Return the view and the form from the blade display
//Pass the data to the view as well //Pass the data to the view as well
return view('moons.admin.updatemoon')->with('spmn', $spmn); return view('moons.admin.updatemoon')->with('spmn', $spmn);