@extends('layouts.app', ['class' => 'main-content-has-bg']) @section('content') @include('layouts.headers.guest')

{{ __tr('Two Factor Authentication Recovery') }} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif

@csrf

@endsection @push('appScripts') @endpush