@include('layouts.style')
@include('layouts.nav')
Change Password
@csrf
Old Password
{{ $errors->has('old_password') ? $errors->first('old_password') : '' }}
New Password
{{ $errors->has('new_password') ? $errors->first('new_password') : '' }}
Confirm Password
{{ $errors->has('confirm_password') ? $errors->first('confirm_password') : '' }}
Change
@include('layouts.footer') @include('layouts.script')