@extends('layout') @section('title') {{ __('translate.Change Password') }} @endsection @section('body-content')

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

@include('profile.sidebar')
@include('profile.logout')
@endsection