@extends('layouts.app') @section('title', 'Login - ' . config('app.name', 'Laravel 2FA')) @section('content')

Welcome Back

Sign in to your account to continue

@csrf @if ($errors->any())

Login Failed

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Demo Account

Email:
test@example.com
Password:
password
@endsection