@extends('layouts.main', ['welcome' => true]) @section('content')

{{ __('Welcome on :app_name' , ['app_name' => space()->name]) }}

@if (space()->intro_registration_text) @parsedown(space()->intro_registration_text) @endif
@csrf
@if (space()->phone_registration) @else @endif @include('parts.errors', ['name' => 'authentication'])

@include('parts.recovery') @if (space()->public_registration)

{{ __('No account yet?') }} {{ __('Register') }}

@endif
@if (isset($count)) {{ $count }}

users

@endif
@endsection