@model Web.ViewModel.CmsVM.CmsDashboardViewModel @{ ViewData["Title"] = "CMS Dashboard"; }
Manage CMS pages with banners and footers
| Title | Slug | Banner | Footer | Actions |
|---|---|---|---|---|
| @p.Title | @p.Slug | @(p.banner?.Title ?? "—") | @(p.footer?.Name ?? "—") | |
No pages yet. Create your first page. | ||||
Hero banners and promotional images
| Title | Description | Link URL | Image URL | Actions |
|---|---|---|---|---|
| @b.Title | @(b.Description?.Length > 50 ? b.Description.Substring(0,50)+"..." : b.Description) | @(b.LinkUrl?.Length > 35 ? b.LinkUrl.Substring(0,35)+"..." : b.LinkUrl) | @(b.ImageUrl?.Length > 35 ? b.ImageUrl.Substring(0,35)+"..." : b.ImageUrl) | |
No banners yet. | ||||
Social media links for footer integration
| Name | URL | Actions |
|---|---|---|
| @s.Name | @s.Url | |
No social links yet. | ||
Organization contact information
| Street | City | Country | Mobile | CVR | Actions | |
|---|---|---|---|---|---|---|
| @a.Street | @a.City | @a.Country | @a.Email | @a.Mobile | @a.CVR | |
No addresses yet. | ||||||