This commit is contained in:
2018-11-13 20:07:05 -06:00
parent 2cd6ced1c9
commit d73ca7a3f9
2 changed files with 5 additions and 5 deletions

View File

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