{{-- Form panel --}}

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

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

@if (session('status')) {{ session('status') }} @endif
@csrf {{ __('auth.sign_in') }} {{-- The one line that belongs on a sign-in page: this IS the page a phishing kit copies, so the real one says how to tell. --}}

{{ __('auth.phishing_note', ['host' => request()->getHost()]) }} {{ __('auth.phishing_link') }}

{{ __('auth.no_account') }} {{ __('auth.sign_up') }}