This commit is contained in:
2018-11-12 23:24:46 -06:00
parent 99ebbc8e05
commit 4c5892247f

View File

@@ -63,6 +63,8 @@ class FleetsController extends Controller
$fleet->SetFleetEndTime($endTime);
//Set the fleet into the session to be used later
session(['fleet' => $fleet]);
$fleet = session('fleet');
dd($fleet);
//Return the view with the success message
return view('fleets.displayfleets')->with('success', 'Fleet registered.');