{{ __('Welcome back') }}

{{ __('Log in to your :app account', ['app' => config('app.name')]) }}

@csrf {{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Password --}}
{{ __('Forgot password?') }}
{{-- Remember me --}}
{{-- Submit --}} {{-- Divider --}}
{{ __('Or continue with') }}
{{-- Social login buttons — 2 in a row --}} {{ __('Continue with GitHub') }} {{-- Register link --}}

{{ __("Don't have an account?") }} {{ __('Sign up') }}