@model GODATA.Models.UserInventory.UserInventory
@{
ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Manage EOS Team";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@{
var mapApiKey = System.Configuration.ConfigurationManager.AppSettings["GoogleId"];
//(mapApiKey);
var src1 = "https://maps.google.com/maps/api/js?v=3&sensor=false&libraries=geometry,places&key="+mapApiKey;
}
@**@
@*
*@
@Scripts.Render("~/bundles/jsManageFleet")