@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Language selector --}} @php $langs = ['en' => 'EN', 'nl' => 'NL', 'fr' => 'FR', 'de' => 'DE', 'es' => 'ES']; $current = app()->getLocale(); @endphp
@foreach ($langs as $code => $label) {{ $label }} @endforeach
{{-- Hero --}}
{{-- Logo --}}
{{ config('app.name') }} {{ config('app.name') }}
{{-- Tagline --}}

{{ __('The platform for neurodivergent people.') }}

{{-- CTA buttons --}}
{{ __('Create account') }} {{ __('Log in') }}
{{ __('Continue without login') }}
{{-- Footer --}}