@section('title', 'Reset Password') @include('_partials.auth-section')
Enter Password To Enable Two factor auth
@if (session('status'))

{{ session('status') }}

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