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

Add Reward Level

@if($errors->any()) @endif

Add New Reward Level

Fill in the details to create a new reward level.

@csrf
The reward level number (1-10).
The display name for this reward level.
Font Awesome icon class (e.g., fas fa-user-tie).
Icon color theme for this level.
The total referral investment required to unlock this level.
The reward amount for achieving this level.
Display order (lower numbers appear first).
Check to mark this as a premium reward level.
Check to make this reward level active.
Cancel
@endsection