Earning Commission Structure
{{ session('success') }}
@endif
@if(session('warning'))
{{ session('warning') }}
@endif
@if(session('danger'))
{{ session('danger') }}
@endif
Earning Commission Structure
Add New Commission| # | Level | Level Name | Plan | Commission Rate (%) | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $commission->level }} | {{ $commission->level_name }} | @if($commission->miningPlan) {{ $commission->miningPlan->name }} @else Global @endif | {{ number_format($commission->commission_rate, 2) }}% | @if($commission->is_active) Active @else Inactive @endif | |
| No commission structures found. Create one now. | ||||||