@component('components.stampcard.popup.template', ['id'=>'popup_reward'])
@php
$hasScratchReward = config('stampcard.has_scratch_reward');
@endphp
@once
@if( $hasScratchReward )
@push('script')
@endpush
@endif
@push('script')
@endpush
@endonce
@if( $hasScratchReward )
{{-- code needs recheck--}}
{{ __('stampcard.labelScratchToUnlockRewards') }}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{-- --}}
@include('components.stampcard.tnc-link')
@else
{{ __('stampcard.titleReward') }}
0
{{ __('stampcard.labelRewardDescription') }}
@endif
@include('components.stampcard.tnc-link')
@endcomponent