Coolify

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

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