fuel gauage

This commit is contained in:
2019-07-08 21:23:20 -05:00
parent 1d209c5be9
commit 2b5451d3ce

View File

@@ -83,6 +83,8 @@ class FuelController extends Controller
],
]);
dd($lava);
//Return the view
return view('logistics.display.fuelgauge')->with('lava', $lava)
->with('name', $name);