@extends('layouts.subPages')
@section('title', $title )
@section('content')
{{ trans('asso.head.1') }}
@if(isset($words))
Assoziationen für "{{ $keywords }}"
# |
Assoziation |
Relevanz |
@php $i = 1; @endphp
@foreach($words as $key => $value)
{{ $i }} |
|
{{ round(($value / $wordCount) * 100, 2) }}% |
@php $i++; @endphp
@endforeach
@endif
@endsection