@extends('user.dashboard_layout') @section('title') {{ __('translate.User || Change Password') }} @endsection @section('breadcrumb')

{{ __('translate.Change Password') }}

@endsection @section('dashboard-content')

{{ __('translate.Update your Password') }}

{{ __('translate.Your email address will not be published. Required fields are marked *') }}

@csrf @method('PUT')
{{ __('translate.Cancel') }}
thumb
@endsection