mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-04 08:48:35 +00:00
1.4 - Unit Testing Presentation Logic
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<h1>{{ $concert->title }}</h1>
|
||||
<h2>{{ $concert->subtitle }}</h2>
|
||||
<p>{{ $concert->date->format('F j, Y') }}</p>
|
||||
<p>{{ $concert->formatted_date }}</p>
|
||||
<p>Doors at {{ $concert->date->format('g:ia') }}</p>
|
||||
<p>{{ number_format($concert->ticket_price / 100, 2) }}</p>
|
||||
<p>{{ $concert->venue }}</p>
|
||||
|
||||
Reference in New Issue
Block a user