@extends('auth.layout') @section('title') Confirm Password @endsection @section('content')

{{ 'A fresh OTP has been sent to ' . mask_phone(auth()->user()->phone) }}

@csrf
@error('code') {{ $message }} @enderror
Didn't get the code? Resend Code.
@endsection