@extends('layouts.app')
InsureMe | Verify OTP
@section('content')
Change Password
{!! $errors->first('confirm-password-error', '
Error!
:message
') !!}
@csrf
Confirm Password
Confirm
@endsection