@model SkyArtShop.Models.HomepageSection @{ ViewData["Title"] = "Edit Section"; Layout = "_AdminLayout"; }
Back to Homepage Editor

Edit Section: @Model.Title

@Html.AntiForgeryToken()
@if (!string.IsNullOrEmpty(Model.ImageUrl)) {
Current image

Current image (upload a new one to replace)

} Supported formats: JPG, PNG, GIF (max 5MB)

Cancel
@section Scripts { }