megacommit
This commit is contained in:
parent
2451ab45cb
commit
34ed81516b
51 changed files with 1200 additions and 251 deletions
|
@ -3,7 +3,15 @@
|
|||
@push('head')
|
||||
<link rel="stylesheet" href="{{ asset('css/generic.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('css/seat-chooser.css') }}">
|
||||
<script src="{{ asset('js/seat-chooser.js') }}" defer></script>
|
||||
<script src="{{ asset('js/seat-chooser.js') }}"></script>
|
||||
@endpush
|
||||
|
||||
<div id="seat-chooser"></div>
|
||||
<div>
|
||||
|
||||
<div id="seat-chooser" data-showing-id="{{ $showing_id }}">
|
||||
<div id="seat-chooser-status">
|
||||
<h2>Loading...</h2>
|
||||
<span id="seat-chooser-status-message">Fetching prices...</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue