@extends('setting::backend.profile.profile-layout') @section('profile-content')

{{ __('messages.change_password') }}

@csrf
@error('old_password') {{ $message }} @enderror
Old password field is required
@error('new_password') {{ $message }} @enderror
New password field is required
@error('confirm_password') {{ $message }} @enderror
Confirm password field is required
Confirm password not match.
@endsection