@extends('layouts.auth_layout') @section('content')
@if(session('error'))

Error

{{ session('error') }}
Back to Forget Password
@else

Reset Password

Please enter your new password below.
Password must be at least 8 characters long and contain uppercase, lowercase, numbers, and special characters.
@csrf
{!! captcha_img() !!}
Back to Login
@endif
@endsection @section('pages-scripts') @endsection