fleets views

This commit is contained in:
2018-11-13 20:12:58 -06:00
parent 1b15add39b
commit 84fc6f1b72

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, $size); return view('fleets.displayfleets')->with($data);
} }
public function registerFleet(Request $request) { public function registerFleet(Request $request) {