@model InserFooterViewModel @{ // ViewData["Title"] = "Create"; }
Create Footer
Select Social Media: @foreach (var option in Model.SocialMediaOptions) { @option.Text
}

@*
Select Social Media: @for (var i = 0; i < Model.CheckBoxViewModel.Count; i++) {
}
*@
@section Scripts { @{ } }