@include('layouts.style') @include('layouts.nav')

Change Password

@csrf
{{ $errors->has('old_password') ? $errors->first('old_password') : '' }}
{{ $errors->has('new_password') ? $errors->first('new_password') : '' }}
{{ $errors->has('confirm_password') ? $errors->first('confirm_password') : '' }}
@include('layouts.footer') @include('layouts.script')