@using FruitBank.Common.Models @inherits LayoutComponentBase
@if (LoggedInModel.IsLoggedIn) {
@($"{LoggedInModel.CustomerDto!.FullName} [{string.Join(", ", LoggedInModel.CustomerRoles.Where(x => x.SystemName.Contains("Measuring")).Select(x => x.Name))}]")
}
@Body
@toastMessage
@if (!string.IsNullOrEmpty(toastOrderNumber)) {
Rendelés: #@toastOrderNumber
} @if (toastDateOfReceipt.HasValue) {
Átvétel: @toastDateOfReceipt.Value.ToString("yyyy-MM-dd HH:mm")
}
An unhandled error has occurred. Reload 🗙