mobile checkout

This commit is contained in:
merdan 2020-02-24 18:52:56 +05:00
parent 94b43fa180
commit 56b6f9fc28
1 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@
</thead>
@foreach($tickets as $ticket)
<tr>
<td class="pl0">{{{$ticket['ticket']['title']}}} X <b>{{$ticket['qty']}}</b></td>
<td style="text-align: right;">{{money($ticket['total_booking_fee'], $event->currency)}}</td>
<td class="pl0">{{{$ticket['ticket']['title']}}} x <b>{{$ticket['qty']}}</b></td>
<td style="text-align: right; font-size: 20px">{{money($ticket['total_booking_fee'], $event->currency)}}</td>
<td style="text-align: right; font-size: 20px">
@if((int)ceil($ticket['original_price']) === 0)
@lang("Public_ViewEvent.free")
@ -39,7 +39,7 @@
@if($order_total > 0)
<div class="card-footer">
<h5>
@lang("Public_ViewEvent.total"): <span style="float: right;"><b>{{ $orderService->getOrderTotalWithBookingFee(true) }}</b></span>
@lang("Public_ViewEvent.total"): <span style="float: right;width: fit-content"><b>{{ $orderService->getOrderTotalWithBookingFee(true) }}</b></span>
</h5>
@if($event->organiser->charge_tax)
<h5>