@extends('layouts.app') @section('title', 'Login') @section('content')

Sign in

@csrf
@include('partials.recaptcha')

If two-factor authentication is enabled, you will be asked for your authenticator code on the next step.

@endsection