@csrf

{{ __('Benchmark vs sector / industry') }}

{{ __('Compare this analysis against typical industry ranges. Provide the sector below for a sharper benchmark — otherwise it will be inferred from the data.') }}

@if($sectorPayload)
{{ __('Smart commentary') }}

{{ __('Sector benchmark') }}

{!! $sectorPayload['html'] !!}
@if(!empty($sectorPayload['model'])){{ __('Model') }}: {{ $sectorPayload['model'] }}@endif @if(!empty($sectorPayload['tokens']))· {{ number_format($sectorPayload['tokens']) }} {{ __('tokens') }}@endif @if(!empty($sectorPayload['provider']))· {{ strtoupper($sectorPayload['provider']) }}@endif
@else
{{ __('Run the benchmark to see how this analysis stacks up against industry norms.') }}
@endif