{{--
--}}
{{-- datatable --}}
@stack('styles')
Change Your Password
@csrf
New Password
@if ($errors->has('new_password'))
{{ $errors->first('new_password') }}
@endif
Confirm Password
@if ($errors->has('confirm_password'))
{{ $errors->first('confirm_password') }}
@endif