settings and page view
This commit is contained in:
parent
0a9735ca24
commit
5f21030956
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
@endif
|
||||
@endif
|
||||
|
||||
<h4>@lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h4>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -107,9 +107,10 @@
|
|||
|
||||
@endif
|
||||
@endif
|
||||
|
||||
<h4>@lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h4>
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
</div>
|
||||
<div class="checked-seats" style="padding: 50px 0; text-align: center">
|
||||
<h5 class="text-center">{{__("ClientSide.yourSeats")}}:</h5>
|
||||
|
|
|
|||
Loading…
Reference in New Issue