@{ ViewData["Title"] = "LuminousCars"; }
@if (this.User.Identity.Name != null) {

Welcome, @User.Identity.Name


@if (this.User.IsInRole("Admin")) { Manage cars Manage rents Manage users } else { See all cars Rent a car } } else {

Welcome to LuminousCars

Please register or login to access the system.

}