@extends('layouts.backend') @section('content')

CHANGE PASSWORD

@csrf
@if ($errors->has('current_password')) @endif
@if ($errors->has('password')) @endif
@if ($errors->has('password_confirmation')) @endif
@endsection