settings and page view

This commit is contained in:
merdan 2020-04-09 12:55:31 +05:00
parent 5f21030956
commit 0b1387cfe9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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