Coolify

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

@if ($is_registration_enabled) {{ __('auth.register-now') }} @else
{{ __('auth.registration_disabled') }}
@endif
@csrf @env('local') @else @endenv @if ($errors->any())
{{ __('auth.failed') }}
@endif {{ __('auth.login') }}