ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/resources/views/components/forms/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/resources/views/components/forms/password.blade.php

<div {{ $attributes->merge(['class' => 'form-group my-3']) }}>
    <x-forms.label :fieldId="$fieldId" :fieldLabel="$fieldLabel" :fieldRequired="$fieldRequired"></x-forms.label>
    <input type="password" class="form-control height-35 f-14" placeholder="{{ $fieldPlaceholder }}"
        autocomplete="new-password" value="{{ $fieldValue }}" name="{{ $fieldName }}" id="{{ $fieldId }}">

    {{-- @if ($fieldHelp) --}}
    <small id="{{ $fieldId }}Help" class="form-text text-muted">{{ $fieldHelp }}</small>
    {{-- @endif --}}
</div>

Zerion Mini Shell 1.0