get(route('home')) ->assertOk() ->assertInertia(fn (Assert $page) => $page ->component('welcome') ->where('locale', app()->getLocale()) ->where('fallbackLocale', config('app.fallback_locale')) ->where('translations.Live', 'Live') ->where('translations.Password', 'Password') ); } }