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

> Anagram Finder

@csrf @error('anagram')

{{ $message }}

@enderror
@isset($matches) [CLEAR] @endisset
@isset($matches)

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

@if (count($matches)) @else

No words found.

@endif
@endisset
@isset($anagram) @endisset