seats page

This commit is contained in:
merdan 2020-04-09 12:57:23 +05:00
parent 0b1387cfe9
commit c91c3c45e4
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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 }}%):