@extends('front.v2.partials.master') @section('content') @php $registerRewardPoints = getField('register_reward_points') ?? 0; $registerRewardPoints = $registerRewardPoints > 0 ? $registerRewardPoints : ''; @endphp
{!! __('v2/front_site.earn_points') !!}
{!! __('v2/front_site.redeem_points') !!}
{!! __('v2/front_site.unlimited_points') !!}
Reward points are a loyalty currency earned by customers for engaging with our business. They can be redeemed for various benefits and rewards.
To check your current points balance, simply log in to your account on our website or mobile app. Your points balance will be displayed on your profile page.