@model RegisterViewModel @{ ViewData["Title"] = "Register"; }
Create banner
@foreach (var role in Model.Roles) {
}
@section Scripts { @{ } }