@extends('auth.layouts.master') @section('title', __('Reset 2FA')) @section('content')

{{ __('Reset 2FA Authentication') }}

@include('auth.partials.error', ['class' => 'text-left'])

{!! __('Enter password and confirm to reset your 2FA authentication :mail', ['mail' => ''. $email .'' ]) !!}

@csrf
@error('password') {{ $message }} @enderror
@endsection