From 0a9735ca241c1be4a2367d8c071fcf857d4e274a Mon Sep 17 00:00:00 2001 From: merdan Date: Wed, 8 Apr 2020 17:48:13 +0500 Subject: [PATCH] settings and page view --- resources/views/desktop/Partials/CreateOrderSection.blade.php | 2 +- resources/views/mobile/Partials/CreateOrderSection.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/desktop/Partials/CreateOrderSection.blade.php b/resources/views/desktop/Partials/CreateOrderSection.blade.php index 9eb29dde..ae5adb70 100644 --- a/resources/views/desktop/Partials/CreateOrderSection.blade.php +++ b/resources/views/desktop/Partials/CreateOrderSection.blade.php @@ -233,7 +233,7 @@ @lang('Public_ViewEvent.booking_fees') - {{$orderService->getTotalBookingFee()}} + {{$orderService->getTotalBookingFee(true)}} @endif diff --git a/resources/views/mobile/Partials/CreateOrderSection.blade.php b/resources/views/mobile/Partials/CreateOrderSection.blade.php index 7af07202..6631b1da 100644 --- a/resources/views/mobile/Partials/CreateOrderSection.blade.php +++ b/resources/views/mobile/Partials/CreateOrderSection.blade.php @@ -40,7 +40,7 @@ @lang('Public_ViewEvent.booking_fees') - {{$orderService->getTotalBookingFee()}} + {{$orderService->getTotalBookingFee(true)}} @endif