Coolify

{{ __('auth.login') }}

@if ($is_registration_enabled) @if (config('coolify.waitlist')) Join the waitlist @else {{ __('auth.register_now') }} @endif @endif
@csrf @env('local') {{ __('auth.forgot_password') }}? @else @endenv {{ __('auth.login') }} @if (!$is_registration_enabled)
{{ __('auth.registration_disabled') }}
@endif @if ($errors->any())
{{ __('auth.failed') }}
@endif @if (session('status'))
{{ session('status') }}
@endif