mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-08 10:50:35 +00:00
128 - Making the Progress Bar Work
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<h2 class="m-xs-b-2 text-lg">Overview</h2>
|
||||
<div class="card">
|
||||
<div class="card-section border-b">
|
||||
<p class="m-xs-b-4">This show is 60% sold out.</p>
|
||||
<progress class="progress" value="357" max="600">60%</progress>
|
||||
<p class="m-xs-b-4">This show is {{ $concert->percentSoldOut() }}% sold out.</p>
|
||||
<progress class="progress" value="{{ $concert->ticketsSold() }}" max="{{ $concert->totalTickets() }}">{{ $concert->percentSoldOut() }}%</progress>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-md-4 border-md-r">
|
||||
|
||||
Reference in New Issue
Block a user