jump bridge fuel structure written

This commit is contained in:
2018-12-29 19:02:16 -06:00
parent 92a707190a
commit 8b856bc1f8
5 changed files with 175 additions and 1 deletions

View File

@@ -91,4 +91,8 @@ class StructureController extends Controller
return view('structures.taxes')->with('totalTaxes', $totalTaxes);
}
public function displayJumpBridgeFuel() {
}
}