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

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

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

@if (config('instance.intro_registration'))

{!! nl2br(config('instance.intro_registration')) !!}

@endif
Create an account

Register on our service

Manage your account

Get access to your account panel to configure it

@include('parts.password_recovery') @endsection