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/komma.pro/resources/views/kms/attributes/dynamicIntroBlock.blade.php
@include('kms.attributes.dynamicBlockStatus', ['translations' => $translations])

<div class="row no-margin-bottom @if(! \Auth::user()->role->id >= 0) hidden @endif">
    <label class="text-label">{{$translations['code_name']}}</label>
    <input type="text" placeholder="{{$translations['code_name']}}"  ng-model="block.code_name"/>
</div>
<div class="row no-margin-bottom @if(! \Auth::user()->role->id >= 0) hidden @endif">
    <label class="text-label">{{$translations['view']}}</label>
    <input type="text" placeholder="{{$translations['view']}}"  ng-model="block.view"/>
</div>
<div class="row @if(! \Auth::user()->role->id >= 0) hidden @endif">
    <label class="text-label">{{$translations['block_name']}}</label>
    <input type="text" placeholder="{{$translations['block_name']}}"  ng-model="block.typeName"/>
</div>

<div class="row no-margin-bottom">
    <label>{{$translations['text']}}</label>

    <div class="text-editor-wrapper">
        <textarea id="@{{textBoxId}}" ng-model="block.description"></textarea>
    </div>
    <div class="clear"></div>
</div>

<div class="row no-margin-bottom @if(! \Auth::user()->role->id >= 0) hidden @endif">
    <label class="text-label">{{$translations['link']}}</label>
    <input type="text" placeholder="{{$translations['linkExample']}}"  ng-model="block.link"/>
</div>
<div class="row no-margin-bottom @if(! \Auth::user()->role->id >= 0) hidden @endif">
    <label class="text-label">{{$translations['textLink']}}</label>
    <input type="text" placeholder="{{$translations['textLink']}}" ng-model="block.link_text"/>
</div>