@extends('layouts.subPages') @section('title', $title ) @section('content')

{{ trans('asso.head.1') }}

{{ trans('asso.1.1') }} {{ trans('asso.1.2') }}{{ trans('asso.1.3') }}.

@if(isset($words))
@php $i = 1; @endphp @foreach($words as $key => $value) @php $i++; @endphp @endforeach
Assoziationen für "{{ $keywords }}"
# Assoziation Relevanz
{{ $i }}
{{ round(($value / $wordCount) * 100, 2) }}%
@endif @endsection