Provisional Value

AI-generated provisional Redress Scotland estimate based on care settings and impact factors.

@can('claims.edit') @endcan
@if($claim->redressEstimate) @php($estimate = $claim->redressEstimate)
Estimated Level
{{ $estimate->level }}
Estimated Value
£{{ number_format($estimate->value_min) }} @if($estimate->value_max !== $estimate->value_min) - £{{ number_format($estimate->value_max) }} @endif
Confidence
{{ $estimate->confidence }}
Last Generated
{{ $estimate->updated_at?->format('d/m/Y H:i') }}
Short Rationale

{{ $estimate->rationale }}

@else

No provisional value generated yet.

Click “Generate Estimate” after care settings and impact factors are complete.

@endif