@ViewBag.SiteName

@ViewBag.FooterDescription

@if (!string.IsNullOrEmpty(ViewBag.FacebookUrl as string)) { } @if (!string.IsNullOrEmpty(ViewBag.InstagramUrl as string)) { } @if (!string.IsNullOrEmpty(ViewBag.LinkedInUrl as string)) { } @if (!string.IsNullOrEmpty(ViewBag.TwitterUrl as string)) { }
@ViewBag.FooterMenuTitle
  • @ViewBag.MenuHome
  • @*
  • @ViewBag.MenuAbout
  • @ViewBag.MenuContact
  • *@
@ViewBag.FooterLegalTitle
  • @ViewBag.MenuPrivacy
  • @ViewBag.MenuTerms
@ViewBag.FooterContactTitle
@if (!string.IsNullOrEmpty(ViewBag.ContactEmail as string)) {

@ViewBag.ContactEmail

} @if (!string.IsNullOrEmpty(ViewBag.ContactPhone as string)) {

@ViewBag.ContactPhone

} @if (!string.IsNullOrEmpty(ViewBag.ContactAddress as string)) {

@ViewBag.ContactAddress

}

© @DateTime.Now.Year @ViewBag.SiteName. @ViewBag.FooterCopyright

@ViewBag.FooterMadeWith