Variable @if($mode=="create") anlegen @elseif($mode=="edit") bearbeiten @endif
@if($mode=="create")
@elseif($mode=="edit") @endif
type == "file") style="display: none;" @endif>
@if ($ref_type == 'tool' || $ref_type == 'article')
@if(isset($variable->parentVariable) && $variable->parentVariable->type == "selection" && !empty($variable->parentVariable->variable_options)) @else @endif
@endif
type != "file") col-lg-4 @else col-lg-8 @endif mb-2">
    @foreach($variable->variable_options as $key => $variableOptions)
  • @endforeach
type == "file") display: none @endif">
    @foreach($variable->variable_options as $key => $variableOptions)
  • @if(isset($variable->parentVariable) && $variable->parentVariable->type == "selection" && !empty($variable->parentVariable->variable_options)) @else @endif
  • @endforeach
type == "image" || $variable->type == "file")type="file" @elseif($variable->type == "date") type="date" @else type="text" @endif class="form-control" id="variable_defaultValue" name="variable_defaultValue" value="{{ $variable->defaultValue }}"> @if($variable->type == "image" && isset($variable->defaultValue )) id}}/{{$variable->defaultValue}}" height="100" style="margin:5px 0 5px 0;"> @elseif($variable->type == "file" && isset($variable->defaultValue )) {{$variable->defaultValue}} @endif
@if ($ref_type == 'project')
show_in_inquiry_list == 1) checked="checked" @endif >
show_in_project_list == 1) checked="checked" @endif >
@endif @if ($ref_type == 'article' || $ref_type == 'tool')
supplier_inquiry_variable == 1) checked="checked" @endif >
supplier_offer_variable == 1) checked="checked" @endif >
@endif
{{-- Der JSValidator muss hier extra eingebaut werden, da Template asynchron geholt wird und der Code im Header-Bereich nicht generiert wird --}} @if(isset($validator)) @if (is_array($validator)) @foreach($validator as $vali) {!! $vali !!} @endforeach @else {!! $validator !!} @endif @endif