seats page

This commit is contained in:
merdan 2020-04-09 16:28:46 +05:00
parent fb6e0e5e01
commit 282e5c84d7
2 changed files with 8 additions and 8 deletions

View File

@ -60,14 +60,14 @@
{{--src="{{asset('user_content/'.$ticket->section->section_image)}}" >--}}
{{--</div>--}}
@if($ticket->is_paused)
<h1 class="text-danger">@lang("Public_ViewEvent.currently_not_on_sale")</h1>
<h1 class="text-danger text-center">@lang("Public_ViewEvent.currently_not_on_sale")</h1>
@else
@if($ticket->sale_status === config('attendize.ticket_status_sold_out'))
<span class="text-danger" property="availability"content="http://schema.org/SoldOut">
<h1 class="text-danger text-center" property="availability"content="http://schema.org/SoldOut">
@lang("Public_ViewEvent.sold_out")
</span>
</h1>
@elseif($ticket->sale_status === config('attendize.ticket_status_after_sale_date'))
<span class="text-danger">@lang("Public_ViewEvent.sales_have_ended")</span>
<h1 class="text-danger text-center">@lang("Public_ViewEvent.sales_have_ended")</h1>
@else
<meta property="availability" content="http://schema.org/InStock">
<div class="standard-box" style="position: relative; padding: 20px 0; user-select: none;">

View File

@ -63,14 +63,14 @@
{{--src="{{asset('user_content/'.$ticket->section->section_image)}}" >--}}
{{--</div>--}}
@if($ticket->is_paused)
<h1 class="text-danger">@lang("Public_ViewEvent.currently_not_on_sale")</h1>
<h1 class="text-danger text-center">@lang("Public_ViewEvent.currently_not_on_sale")</h1>
@else
@if($ticket->sale_status === config('attendize.ticket_status_sold_out'))
<span class="text-danger" property="availability"content="http://schema.org/SoldOut">
<h3 class="text-danger text-center" property="availability"content="http://schema.org/SoldOut">
@lang("Public_ViewEvent.sold_out")
</span>
</h3>
@elseif($ticket->sale_status === config('attendize.ticket_status_after_sale_date'))
<span class="text-danger">@lang("Public_ViewEvent.sales_have_ended")</span>
<h3 class="text-danger text-center">@lang("Public_ViewEvent.sales_have_ended")</h3>
@else
<meta property="availability" content="http://schema.org/InStock">
<div class="standard-box" style="position: relative; padding: 20px 0; user-select: none;">