@error('password')
{{ $errors->first('password') }}
@enderror
@error('new_password') {{ $errors->first('new_password') }} @enderror
Show password
@section('page-specific-js') @endsection