@extends('layouts.md-admin') @section('title', trans('global.changePassword')) @section('content')
{{ trans('global.changePassword') }}

 

@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif

 

 

 

 

{{--
{{ trans('global.delete_account') }}
@csrf
--}} @endsection