@extends('layouts.website_layout') @section('content') @if($parentPageTitle) {{ $parentPageTitle }} @endif {{ $pageTitle }} @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 New Password Confirm Password {!! captcha_img() !!} Captcha Update Password Back to Login @endif @endsection @section('pages-scripts') @endsection