seats page
This commit is contained in:
parent
0b1387cfe9
commit
c91c3c45e4
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
@endif
|
||||
@endif
|
||||
<h5 class="text-center">@lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h5>
|
||||
<h5 class="text-center">* @lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h5>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -242,9 +242,9 @@
|
|||
|
||||
<div class="card-footer">
|
||||
|
||||
<h5>
|
||||
@lang("Public_ViewEvent.total"): <span style="float: right;"><b>{{ $orderService->getOrderTotalWithBookingFee(true) }}</b></span>
|
||||
</h5>
|
||||
<h6 class="text-center">
|
||||
* @lang("Public_ViewEvent.total"): <span style="float: right;"><b>{{ $orderService->getOrderTotalWithBookingFee(true) }}</b></span>
|
||||
</h6>
|
||||
@if($event->organiser->charge_tax)
|
||||
<h5>
|
||||
{{ $event->organiser->tax_name }} ({{ $event->organiser->tax_value }}%):
|
||||
|
|
|
|||
Loading…
Reference in New Issue