You're currently putting {{ route('logout') }} as the form route as plain text.
{{ route('logout') }}
try binding the value :action="route('logout').
:action="route('logout')
Or use the designated form composable. https://inertiajs.com/forms