@extends('core::layouts.master') @section('title') {{__('user::general.Change Password')}} @endsection @section('styles') @stop @section('content')

{{__('user::general.Change Password')}} / {{ $user->first_name }} {{ $user->last_name }}

@include('user::themes.dashlite.user.profile.user_profile_menu')
{{csrf_field()}}

{{__('user::general.Change Password')}}

@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection @section('scripts') @endsection