@extends('admin.layout.index') @section('title') {{ __('messages.changePassword') }} @endsection @section('content')

{{ __('messages.changePassword') }}

@csrf
@error('current_password') {{ $errors->first('current_password') }} @enderror
@error('new_password') {{ $errors->first('new_password') }} @enderror
@error('confirm_password') {{ $errors->first('confirm_password') }} @enderror
@endsection