@extends('dashboard.layouts.master') @section('title', 'Ranking Change Rules | Admin Panel') @push('after-styles') @endpush @section('content') @if(Helper::canAccessModule('ranking_change_rules'))

Ranking Change Rules

{{ __('backend.dashboard') }} / Master Management / Ranking Change Rules
{{-- Section 1: Current Ranking Weights --}}

Current Ranking Weights

Adjust the weight (0.0000 – 1.0000) for each ranking factor. Changes apply system-wide and are logged automatically. They do not retroactively affect past reports.

@csrf @forelse($rules as $rule)
#{{ $rule->id }} {{ $rule->factor_name }} @if($rule->is_active) Active @else Inactive @endif
@empty

No ranking rules found. Please add rules first in the database.

@endforelse @if(count($rules) > 0 && Helper::checkPermission('ranking_change_rules', 'edit'))
@endif
{{-- Section 2: Change History --}}

Weight Change History

All past ranking weight changes are logged below for compliance and audit purposes.

Date & Time Factor Previous Weight New Weight Changed By Notes
@else @endif @endsection @push('after-scripts') @endpush