@model VberAdmin.Web.Views.Shared.Components.Breadcrumb.BreadcrumbViewModel @if (Model != null) {

@(Model.Name)

@if (Model.Breadcrumbs.Any()) { }
}