settings and page view
This commit is contained in:
parent
5f21030956
commit
0b1387cfe9
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
@endif
|
||||
@endif
|
||||
<h4>@lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h4>
|
||||
<h5 class="text-center">@lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h5>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
|
||||
@endif
|
||||
@endif
|
||||
<h4>@lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h4>
|
||||
<h5>@lang('Public_ViewEvent.booking_fee') {{money($ticket->totalbookingFee)}}</h5>
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue