moon rental pages

This commit is contained in:
2021-07-09 01:31:17 -05:00
parent 3853a81fba
commit e498a2b202

View File

@@ -62,7 +62,7 @@ class MiningTaxesController extends Controller
'moon_id' => $request->moon_id,
])->get();
return view('minintax.user.moonrentals.form')->with('moon', $moon)
return view('miningtax.user.moonrentals.form')->with('moon', $moon)
->with('ores', $ores);
}