@extends('layouts.master') @section('title', 'Change Password') @section('content') PERSONALIZED AND HIGH-PERFORMANCE CLEANING SOLUTIONS FOR A CLEANER, SAFER, AND MORE SUSTAINABLE TOMORROW @if (session('status') === 'password-updated') Password updated successfully. @endif @csrf @method('PUT') Current Password* @error('current_password') {{ $message }} @enderror New Password* @error('password') {{ $message }} @enderror Confirm Password* Login Again I accept the Terms & Conditions and Privacy Policy SUBMIT @endsection