@vite(['resources/css/app.css'])

> Anagram Finder

@isset($matches)

> {{ count($matches) }} {{ Str::plural('match', count($matches)) }}

@if (count($matches))
    @foreach ($matches as $match)
  • {{ $match }} {{ strlen($match) }}
  • @endforeach
@else

No words found.

@endif
@endisset