@php $tab_items = ['reward'=>'Rewards Available','wallet'=>'Rewards Downloaded']; $is_show_point = data_get($uiConfigs, 'showPoint', $is_show_point ?? true); if(!$is_show_point){ unset($tab_items['reward']); } $campaign_status = getCampaignStatus(); @endphp @once @push('script') @endpush @endonce @section('script') @append @component(getPopupLayout(), ['id' => 'popup_rewards'])
{!! __( htmlentities(__('enterprise.labelRedemptionConversionDescription')), [ 'num_point' => $is_show_point ? ('500 ' . htmlentities(__('enterprise.labelPoint')) . '') : '', 'voucher_name' => '30% off selected items at Tomei' ] ) !!} {{-- You will convert 500 token to 30% off selected items at Tomei --}}
{{ __('enterprise.labelRedemptionNotEnoughPointsConversion') }}
{!! __( htmlentities(__('enterprise.labelRedemptionConversionDescription')), [ 'num_point' => $is_show_point ? ('500 ' . htmlentities(__('enterprise.labelPoint')) . '') : '', 'voucher_name' => '30% off selected items at Tomei' ] ) !!} {{-- You will convert 500 points for 30% off selected items at Tomei --}}
{{-- Terms and Conditions:
--}}
Please find the voucher in "My Voucher" tab on your CapitaStar App.
--}} {{-- --}}{{--How to find voucher
--}} {{--{{ __('enterprise.labelRedemptionSuccessDescription')}}