HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/momsecurity.komma.nl/resources/views/components/form/password.blade.php
@extends('components.form.layout.element')

@section('form-group-area-' . $uniqueFormElementId)

    <div class="c-password  @if(isset($withPreview) && $withPreview)  js-password-preview @endif">

        <input class="c-input  c-password__input  js-form-input  @if(isset($withPreview) && $withPreview)  js-password-preview__input @endif "
               type="password"
               id="{{$uniqueFormElementId}}"
               name="{{$formGroupCodeName}}"
               value="" />

        @if(isset($withPreview) && $withPreview)
            <button class="c-password__preview-button  js-password-preview__button">
                @lang('form.'.$formGroupCodeName.'.preview')
            </button>
        @endif

    </div>

@endsection