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

Edit Earning Commission Structure

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

Edit Commission Structure

Update the details of the earning commission structure.

@csrf @method('PUT')
The commission level number (1-10).
The display name for this commission level.
Select a specific plan or leave blank for global commission rate (applies to all plans).
The commission percentage rate (0-100).
is_active) ? 'checked' : '' }}>
Check to make this commission structure active.
Cancel
@endsection