diff --git a/resources/views/orders/show.blade.php b/resources/views/orders/show.blade.php index 0636508..ad74432 100644 --- a/resources/views/orders/show.blade.php +++ b/resources/views/orders/show.blade.php @@ -7,7 +7,7 @@
@@ -23,8 +23,8 @@
with Cruel Hand and Backtrack
+{{ $ticket->concert->subtitle }}
Sunday, October 16, 2011
-Doors at 8:00PM
++ {{ $ticket->concert->date->format('l, F j, Y') }} +
++ Doors at {{ $ticket->concert->date->format('g:ia') }} +
Music Hall of Williamsburg
+{{ $ticket->concert->venue }}
123 Main St. W
-Brooklyn, New York 14259
+{{ $ticket->concert->venue_address }}
++ {{ $ticket->concert->city }}, {{ $ticket->concert->state }} {{ $ticket->concert->zip }} +
{{ $ticket->code }}
-adam.wathan@example.com
+{{ $order->email }}