@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')
@endsection
@section('scripts')
@endsection