@csrf {{ __('auth.login') }}
@if ($errors->any())
  • {{ __('auth.failed') }}
@endif
@if ($is_registration_enabled) @else
{{ __('auth.registration_disabled') }}
@endif