This commit is contained in:
2018-11-13 20:51:50 -06:00
parent 5f511808e5
commit ece5812347

View File

@@ -47,7 +47,7 @@ class FleetsController extends Controller
$size = sizeof($fc); $size = sizeof($fc);
//Return the view with the array of the fleet //Return the view with the array of the fleet
return view('fleets.displayfleets')->with('data', $data); return view('fleets.displayfleets')->with($data);
} }
public function registerFleet(Request $request) { public function registerFleet(Request $request) {