@model HairCutQuery @{ ViewData["Title"] = "Command confirmation"+" "+ViewBag.Activity.Name; } @section header { }

@ViewData["Title"]

Your book query


Votre prestataire"]
@Html.DisplayFor(m=>m.PerformerProfile)
@Html.DisplayNameFor(m=>m.Prestation)
@Html.DisplayFor(m=>m.Prestation)
@Html.DisplayNameFor(m=>m.AdditionalInfo)
@if (string.IsNullOrWhiteSpace(Model.AdditionalInfo)) { Aucune information complémentaire n'a été saisie. } @Html.DisplayFor(m=>m.AdditionalInfo)
Addition minimale
@ViewBag.Addition
(Compter des frais supplémentaires
en cas de longs déplacements,
ou des majorations en cas de weekend et jour férie)
Date de la prestation
@if (Model.EventDate == null) {

Pas de date convenue ...

} else { @Html.DisplayFor(m => m.EventDate) }
@Html.DisplayNameFor(m => m.Location)
@if (Model.Location == null) {

Pas de lieu convenu ...

} else { @Html.DisplayFor(m => m.Location) }
Notification
@if (ViewBag.GooglePayload !=null) { @if (ViewBag.GooglePayload.success>0) {

GCM Notifications sent

} else { if (ViewBag.GooglePayload.failure>0) {
EGCMBUTEMAIL
} else {
E-mail sent"]
} } } else {
E-mail sent"]
}
Numéro identifiant votre commande
@Model.Id
La facture
@await Component.InvokeAsync("Bill", Model)
@Html.DisplayNameFor(m=>m.Regularisation)
@await Component.InvokeAsync("PayPalButton", Model)