consolidated upcoming extractions with the mining calendar

This commit is contained in:
2021-03-08 21:57:57 +09:00
parent c68b419964
commit 8809c49c46

View File

@@ -189,7 +189,8 @@ class MiningTaxesController extends Controller
]); ]);
//Return the view with the extractions variable for html processing //Return the view with the extractions variable for html processing
return view('miningtax.user.display.upcoming')->with('structures', $structures); return view('miningtax.user.display.upcoming')->with('structures', $structures)
->with('lava', $lava);
} }
/** /**