Coolify

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

@if ($is_registration_enabled) @endif
@csrf @env('local') {{-- @if (config('mail.default')) {{ dd('mailer configured') }} @else {{ dd('mailer not configured') }} @endif --}} @if (!config('mail.default')) {{ __('auth.forgot_password') }}? @endif @else @endenv @if ($errors->any())
{{ __('auth.failed') }}
@endif @if (session('status'))
{{ session('status') }}
@endif {{ __('auth.login') }} @if (!$is_registration_enabled)
{{ __('auth.registration_disabled') }}
@endif