fleets views

This commit is contained in:
2018-11-13 20:13:38 -06:00
parent 84fc6f1b72
commit 2898ce8081

View File

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