@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) {{ __('Username') }} @else {{ __('Username') }} @endif @include('parts.errors', ['name' => 'authentication']) {{ __('Password') }} @include('parts.recovery') @if (space()->public_registration) {{ __('No account yet?') }} {{ __('Register') }} @endif @if (isset($count)) {{ $count }} users @endif @endsection
{{ __('No account yet?') }} {{ __('Register') }}
users