@extends('layouts/contentLayoutMaster') @section('title', 'Change Password') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') {{--@include('content.admin.user-change')--}}
@include('content.partial.form-message')

Change Password

@csrf
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection @section('vendor-script') @endsection @section('page-script') @endsection