@once @push('script') @endpush @endonce @php /* $tabs = [ [ "title"=> "Suu Balm Products", "tags" => "online,adult,kids,hair_scalp", ], [ "title"=> "E Vouchers", "tags" => "promo_code", ], ]; */ $tabs = \App\Models\VoucherSeries::GetRewardMarketplaceTags( config('stampcard.reward_marketplace.display_type'), config('stampcard.client_name') ); $num_tab = count($tabs); @endphp @component('components.stampcard.popup.template', ['id' => 'popup_rewards'])
{{ __('stampcard.titlePointRedemptionCatalogue') }}
{{ __('stampcard.labelMyPoints') }}:
@if($num_tab > 1) @endif @foreach($tabs as $tab)
voucher-image
{{ __('label.pts') }}
{{ __('label.term_and_conditions_apply') }}
@endforeach
@endcomponent @component('components.stampcard.popup.template', ['id' => 'popup_attempt_plant_reward_not_synced'])
voucher image

{{ __('heading.title_are_you_sure') }}

{!! __( htmlentities(__('stampcard.labelRedemptionConversionDescription')), [ 'num_point' => '500 ' . htmlentities(__('stampcard.labelPoint')) . '', 'voucher_name' => '30% off selected items at Tomei' ] ) !!} {{-- You will convert 500 token to 30% off selected items at Tomei --}}

@endcomponent @component('components.stampcard.popup.template', ['id' => 'popup_attempt_plant_reward_no_token'])
{{ __('heading.title_oops') }}

{{ __('stampcard.labelRedemptionNotEnoughPointsConversion') }}

@endcomponent @component('components.stampcard.popup.template', ['id' => 'popup_attempt_plant_reward_loading'])
{{ __('label.loading') }}...
{{ __('label.loading') }}...
@endcomponent @component('components.stampcard.popup.template', ['id' => 'popup_attempt_reward_need_address']) @include('components.stampcard.address-form', ['cta_id'=>'popup_reward-submit-address']) @endcomponent @component('components.stampcard.popup.template', ['id' => 'popup_attempt_plant_reward_redemption_confirmation'])
@if(config('stampcard.reward_marketplace.confirmation_ui_type') === 'type2')

{{ __('heading.title_are_you_sure') }}

voucher image
30% off selected items at Tomei
500 {{ __('label.pts') }}


@else voucher image

{{ __('heading.title_are_you_sure') }}

{!! __( htmlentities(__('stampcard.labelRedemptionConversionDescription')), [ 'num_point' => '500 ' . htmlentities(__('stampcard.labelPoint')) . '', 'voucher_name' => '30% off selected items at Tomei' ] ) !!} {{-- You will convert 500 points for 30% off selected items at Tomei --}}

{{-- Terms and Conditions:
--}}

@endif
@endcomponent @component('components.stampcard.popup.template', ['id' => 'popup_attempt_plant_reward_redemption_success'])

{!! __( htmlentities(__('stampcard.titleRedemptionSuccess')), [ 'voucher_name' => 'voucher' ] ) !!} {{-- Congratulations on completeing your Suu balm voucher redemption. --}}

{{--

Please find the voucher in "My Voucher" tab on your CapitaStar App.

--}} {{-- --}}{{--

How to find voucher

--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}

{{ __('stampcard.labelRedemptionSuccessDescription') }}

@endcomponent @component('components.stampcard.popup.template', ['id' => 'popup_attempt_plant_reward_redemption_error'])

@endcomponent