@extends('setting.layouts.layout') @section('title',trans('change_password.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')

{{ trans('change_password.title') }}

@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('change_password.login_account') }}

{{ trans('change_password.account_name') }}

{{ trans('change_password.login_password') }}

{{ trans('change_password.login_password_confirmation') }}

@endsection