{{ __('auth_ui.login_title') }} {{ config('app.name', 'Laravel') }}! 👋

{{ __('auth_ui.login_subtitle') }}

@if($hasError('email'))
{{ $getError('email') }}
@endif
@if($hasError('password'))
{{ $getError('password') }}
@endif
{{ __('auth_ui.forgot_password') }}

{{ __('auth_ui.no_account') }} {{ __('auth_ui.register_here') }}

or
@push('scripts') @endpush