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 {{ __('auth.forgot_password') }}? @endenv {{ __('auth.login') }} @foreach ($enabled_oauth_providers as $provider_setting) {{ __("auth.login.$provider_setting->provider") }} @endforeach @if (!$is_registration_enabled)
{{ __('auth.registration_disabled') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif