@extends('layouts.app') @section('content') @if (session('error'))
{{session('error')}}
@endif

Authenticação (2FA)

@csrf
@endsection