@extends('layouts.app') @section('title_full', __('Change your password').' - '.$user->getFullName()) @section('sidebar') @include('partials/sidebar_menu_toggle') @include('users/sidebar_menu') @endsection @section('content')
{{ __('Change your password') }}
{{ csrf_field() }}
@include('partials/field_error', ['field'=>'password_current'])
@include('partials/field_error', ['field'=>'password'])
@include('partials/field_error', ['field'=>'password_confirmation'])
{{ __('Cancel') }}
@endsection @section('javascript') @parent userProfileInit(); @endsection