@fonts
@if (Route::has('login')) @endif

Anagram Finder

Enter your letters to find every word that fits.

@csrf
@error('anagram')

{{ $message }}

@enderror
@isset($matches)
    @foreach($matches as $match)
  • {{ $match }} ({{ strlen($match) }})
  • @endforeach
@endisset
@if (Route::has('login')) @endif