File: D:/HostingSpaces/SBogers10/ehbo.today/resources/views/kms/attributes/dynamicVideoBlock.blade.php
@include('kms.attributes.dynamicBlockStatus', ['translations' => $translations])
<div class="row no-margin-bottom @if(! \Auth::user()->mostPrivilegedRole()->id >= 3) 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()->mostPrivilegedRole()->id >= 3) 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()->mostPrivilegedRole()->id >= 3) hidden @endif">
<label class="text-label">{{$translations['block_name']}}</label>
<input type="text" placeholder="{{$translations['block_name']}}" ng-model="block.typeName"/>
</div>
@include('kms.attributes.dynamicVideo')