@extends('layouts.client') @section('title', 'Change Password') @section('content')

Change Password

Use a strong password to keep your account secure

@csrf @method('PUT')
@error('current_password')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection