| Müşteri Sayısı | Müşteri Bilgisi | Oda Bilgisi | Başlangıç Tarihi | Bitiş Tarihi |
|---|---|---|---|---|
| {{item.CustomerInformation.length}} | {{item.CustomerInformation[0].Name}} {{item.CustomerInformation[0].Surname}} | {{item.RoomInformation.Name}} ({{item.RoomInformation.Size}}) | {{item.StartDate}} | {{item.EndDate}} |
| Müşteri Sayısı | Müşteri Bilgisi | Başlangıç Tarihi | Bitiş Tarihi |
|---|---|---|---|
| {{item.CustomerInformation.length}} | {{item.CustomerInformation[0].Name}} {{item.CustomerInformation[0].Surname}} | {{item.StartDate}} | {{item.EndDate}} |
| Müşteri | Telefon | Saat | Fiyat |
|---|---|---|---|
| {{item.CustomerInformation[0].Name}} {{item.CustomerInformation[0].Surname}} {{item.CustomerInformation.length}} kişi | {{item.CustomerInformation[0].Phone}} | {{item.StartDate.split(' ')[1]}} - {{item.EndDate.split(' ')[1]}} | Ücretsiz {{item.TotalPrice}} TL |
| Müşteri | Telefon | Saat | Fiyat |
|---|---|---|---|
| {{item.CustomerInformation[0].Name}} {{item.CustomerInformation[0].Surname}} {{item.CustomerInformation.length}} kişi | {{item.CustomerInformation[0].Phone}} | {{item.StartDate.split(' ')[1]}} - {{item.EndDate.split(' ')[1]}} | Ücretsiz {{item.TotalPrice}} TL |