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

Edit Reward Level

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

Edit Reward Level

Update the details of the reward level.

@csrf @method('PUT')
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).
is_premium) ? 'checked' : '' }}>
Check to mark this as a premium reward level.
is_active) ? 'checked' : '' }}>
Check to make this reward level active.
Cancel
@endsection