{{ __('Lead Scoring Configuration') }}

Scoring Weights

Adjust how important each factor is for the total score (0-100).

@csrf
@csrf @method('PUT')
@foreach($weights->groupBy('category') as $category => $items)

{{ $category }} Factors

@foreach($items as $item)
pts
@endforeach
@endforeach