@extends('user.layouts.master') @section('changepassword-active', 'active') @section('content') @include('user.layouts.afterlogin_sidebar') Change Password @if (session('success')) {{ session('success') }} @endif @csrf {{-- {{$errors->first('current_password')}} --}} Old Password {{ $errors->first('current_password') }} New Password {{ $errors->first('newpassword') }} Confirm Password {{ $errors->first('confirmpassword') }} Passwords must meet these requirements: At least 8 Characters At least 1 Uppercase Letter At least 1 Number At least 1 Special Character Confirmation Matches Password Change Password @endsection @push('scripts2') @endpush