@page "/fetchServiceShoporders" @using Expose.MyIT.Shared @using Expose.MyIT.Shared.ViewModels Service-Shop Orders Service-Shop Orders @if (_ServiceShopOrders == null) { } else { CreatedDate @context.Id @context.Name @context.BookingNames @context.Type @context.State @context.ItemNumber @context.CreatedDate @context.DecidedDate @context.Recipient @context.Requestor }