@php $current_tmplt_params = $current_tmplt_params??[]; $template_args = $template_args??[]; $website_locale = $template_args['website_locale']??''; @endphp @if(isset($template_args['show_languages']) && $template_args['show_languages'])
@endif @foreach($def_tmplt_params as $param) @php $item_block = $param['block']??0; $item_label = $param['label']; $item_width = $param['width']; $style_type = $param['style_type']; $item_type = $param['type']; $item_name = $param['name']; $item_v_default = $param['default']; $item_value = (isset($current_tmplt_params[$item_name]))?$current_tmplt_params[$item_name]:$item_v_default; if(!isset( $c_block)){ $c_block = $item_block; } $item_wrp_cls = 'col-md-6 col-sm-6 col-12'; if($item_width == 'full'){ $item_wrp_cls = ' col-12'; } @endphp
@if($item_type == 'color')
@elseif($item_type == 'text')
@endif
@endforeach @if(false)
@endif