mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-04 10:48:51 +00:00
1.3 - Getting to Green
This commit is contained in:
9
resources/views/concerts/show.blade.php
Normal file
9
resources/views/concerts/show.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<h1>{{ $concert->title }}</h1>
|
||||
<h2>{{ $concert->subtitle }}</h2>
|
||||
<p>{{ $concert->date->format('F j, Y') }}</p>
|
||||
<p>Doors at {{ $concert->date->format('g:ia') }}</p>
|
||||
<p>{{ number_format($concert->ticket_price / 100, 2) }}</p>
|
||||
<p>{{ $concert->venue }}</p>
|
||||
<p>{{ $concert->venue_address }}</p>
|
||||
<p>{{ $concert->city }}, {{ $concert->state }} {{ $concert->zip }}</p>
|
||||
<p>{{ $concert->additional_information }}</p>
|
||||
Reference in New Issue
Block a user