@extends('layouts.main') @section('content')

{{ config('app.name') }}

There are {{ number_format($count) }} users registered with this service.

@if (config('instance.intro_registration')) @parsedown(config('instance.intro_registration')) @endif @if (config('app.web_panel'))
@if (publicRegistrationEnabled())
Create an account

Register on our service

@endif
Manage your account

Get access to your account panel to configure it

@endif @include('parts.password_recovery') @endsection