diff --git a/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml b/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml
new file mode 100644
index 00000000..5a4cb368
--- /dev/null
+++ b/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml
@@ -0,0 +1,32 @@
+@model HairCutQuery
+@{
+ ViewData["Title"] = SR["Command confirmation"]+" "+ViewBag.Activity.Name;
+}
+
@ViewData["Title"]
+
+
@SR["Your book query"]
+
+ : @Html.DisplayFor(m => m.EventDate)
+
+
+ : @Html.DisplayFor(m => m.Location)
+
+
+ @if (ViewBag.GooglePayload !=null)
+ {
+ @if (ViewBag.GooglePayload.success>0) {
+ @SR["GCM Notifications sent"]
+ }
+ else {
+ if (ViewBag.GooglePayload.failure>0)
+ {
+ @SR["GCM Notification sending failed"]
+ }
+ else {
+
+ }
+ }
+ }
+
+
+