@extends('admin.layouts.app') @section('content')

Wallet Settings

Configure how users earn and redeem points.

@if (session('success'))
{{ session('success') }}
@endif
@csrf

Wallet Configuration

Configure how users earn and redeem points.

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

Allow users to create and redeem gift cards.

Number of days before a gift card expires.

@endsection