@php $configData = Helper::appClasses(); $pointAfter = $userData['xp'] - $product['pointXP'] @endphp @extends('layouts.layoutMaster') @section('title', 'Store') @section('page-style') @vite([ 'resources/assets/vendor/scss/pages/front-page-payment.scss', 'resources/assets/vendor/scss/pages/front-page-landing.scss', 'resources/assets/vendor/scss/pages/app-academy.scss' ]) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/cleavejs/cleave.js']) @endsection @section('page-script') @vite([ 'resources/assets/js/pages-pricing.js', 'resources/assets/js/front-page-payment.js' ]) @endsection @section('content')
{{ $product['name'] }}

Top
@if($product['video'])
@else
{{ $product['name'] }}
@endif
Description

{{ $product['description'] }}


Specifications
{{ $product['Especificaciónes'] }}

Redemption Instructions

{{ $product['redemptionInstructions'] }}


Guaranteed product

Details

XP
{{ formatMoney($product['pointXP']) }}
smiling icon
Price Details
My XP
{{ formatMoney($userData['xp']) }} XP
Product prize
{{ formatMoney($product['pointXP']) }} XP
Balance
{{ formatMoney($pointAfter) }} XP

@if($userData['xp'] >= $product['pointXP']) Yes, I want it @else
Oops! You do not have enough XP to redeem this reward.

But don't worry, there are plenty of ways to earn more XP! Try any of these:

  1. Complete your profile to get extra XP.
  2. Play and have fun with our games.
  3. Comment on blogs and participate in the community.
  4. Share on your social networks and multiply your XP.

Keep earning XP and come back soon to redeem your rewards!

@endif
@endsection