@model PlanTempus.Application.Features.Customers.Components.CustomerDetailViewViewModel
@Model.BackText
@Model.DeleteButtonText
@Model.SaveButtonText
@await Component.InvokeAsync("CustomerDetailHeader", Model.CustomerId)
@Model.TabOverview
@Model.TabEconomy
@Model.TabStatistics
@Model.TabJournal
@Model.TabAppointments
@Model.TabGiftcards
@Model.TabActivity
@await Component.InvokeAsync("CustomerDetailOverview", Model.CustomerId)
@await Component.InvokeAsync("CustomerDetailEconomy", Model.CustomerId)
@await Component.InvokeAsync("CustomerDetailStatistics", Model.CustomerId)
@await Component.InvokeAsync("CustomerDetailJournal", Model.CustomerId)
@await Component.InvokeAsync("CustomerDetailAppointments", Model.CustomerId)
@await Component.InvokeAsync("CustomerDetailGiftcards", Model.CustomerId)
@await Component.InvokeAsync("CustomerDetailActivity", Model.CustomerId)