@extends('frontEnd.layouts.master') @section('title', 'Security - Change Password') @section('content') @include('frontEnd.layouts.customer.sidebar') Change Password Ensure your account is using a long, random password to stay secure. @csrf Old Password * @error('old_password') {{ $message }} @enderror New Password * @error('new_password') {{ $message }} @enderror Confirm New Password * @error('confirm_password') {{ $message }} @enderror Update Password @endsection @push('script') @endpush
Ensure your account is using a long, random password to stay secure.