@model KernelRecordsMVC.Application.ViewModels.ProfileViewModel @{ ViewData["Title"] = "My Profile"; }
ACCOUNT

My Profile

Manage your account information.

@if (TempData["Success"] != null) {
@TempData["Success"]
}

Account Details

@Html.AntiForgeryToken()
Your username cannot be changed.
Cancel
@section Scripts { }