@if (session()->has('message')) @component('portal.ninja2020.components.message') {{ session('message') }} @endcomponent @endif

{{ ctrans('texts.contact') }}

@if($state['initial_completed'] === false)
@csrf
@endif @if($state['login_form'])
@csrf
{{ ctrans('texts.email_address') }} @error('email') @enderror
{{ ctrans('texts.password') }} @error('password') @enderror
@endif @if($state['otp_form'])
@csrf
{{ ctrans('texts.code') }} @error('otp') @enderror
@endif