@vite(['resources/css/app.css', 'resources/js/app.js']) @include('admin.partials.styles') @include('admin.partials.sidebar')

Wallet Settings

@if(session('success'))

{{ session('success') }}

@endif
@csrf

Wallet Configuration

Configure how users earn and redeem points.

wallet_enabled ? 'checked' : '' }} class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded">

If disabled, users cannot earn or redeem points.


How many points make 1 unit of currency. E.g., 100 Points = ₹1.

Users must have at least this many points to start redeeming.

How many points a user earns for every 100 units spent. E.g., 10 means 10 points for every ₹100 purchase.


Gift Card Configuration

gift_card_enabled ? 'checked' : '' }} class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded">

Allow users to create and redeem gift cards.

Number of days a gift card remains valid after creation.


Delivery Agent Wallet Configuration

delivery_wallet_enabled ? 'checked' : '' }} class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded">

Allow delivery agents to earn points on deliveries.

Points earned by agent per 100 currency units of the order total.

Minimum points required for payout/redemption.