@extends('layouts.master') @section('title', 'Change Password') @section('content') PERSONALIZED AND HIGH PERFORMANCE SKINCARE TREATMENTS AT HOME @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* I accept the TERMS & CONDITIONS and PRIVACY POLICY SUBMIT @endsection