/home/aloic1/public_html/core/storage/framework/views/06742b2e9e4777ccd338bc045029703565886e51.php
<?php
$title_var = "title_" . @Helper::currentLanguage()->code;
$title_var2 = "title_" . env('DEFAULT_LANGUAGE');
if ($WebmasterSection->$title_var != "") {
    $WebmasterSectionTitle = $WebmasterSection->$title_var;
} else {
    $WebmasterSectionTitle = $WebmasterSection->$title_var2;
}
?>
<?php $__env->startSection('title', $WebmasterSectionTitle); ?>
<?php $__env->startPush("after-styles"); ?>
    <link href="<?php echo e(asset("assets/dashboard/js/iconpicker/fontawesome-iconpicker.min.css")); ?>" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
    <div class="padding">
        <div class="box">
            <div class="box-header dker">
                <?php
                $title_var = "title_" . @Helper::currentLanguage()->code;
                $title_var2 = "title_" . env('DEFAULT_LANGUAGE');
                if ($WebmasterSection->$title_var != "") {
                    $WebmasterSectionTitle = $WebmasterSection->$title_var;
                } else {
                    $WebmasterSectionTitle = $WebmasterSection->$title_var2;
                }
                ?>
                <h3><i class="material-icons">
                        &#xe02e;</i> <?php echo e(__('backend.topicNew')); ?> <?php echo $WebmasterSectionTitle; ?>

                </h3>
                <small>
                    <a href="<?php echo e(route('adminHome')); ?>"><?php echo e(__('backend.home')); ?></a> /
                    <a><?php echo $WebmasterSectionTitle; ?></a>
                </small>
            </div>
            <div class="box-tool">
                <ul class="nav">
                    <li class="nav-item inline">
                        <a class="nav-link" href="<?php echo e(route('topics',$WebmasterSection->id)); ?>">
                            <i class="material-icons md-18">×</i>
                        </a>
                    </li>
                </ul>
            </div>
            <div class="box-body">
                <?php echo e(Form::open(['route'=>['topicsStore',$WebmasterSection->id],'method'=>'POST', 'files' => true ])); ?>


                <?php if($WebmasterSection->date_status): ?>
                    <div class="form-group row">
                        <label for="date"
                               class="col-sm-2 form-control-label"><?php echo __('backend.topicDate'); ?>

                        </label>
                        <div class="col-sm-10">
                            <div class="form-group">
                                <div class='input-group date' ui-jp="datetimepicker" ui-options="{
                format: '<?php echo e(Helper::jsDateFormat()); ?>',
                icons: {
                  time: 'fa fa-clock-o',
                  date: 'fa fa-calendar',
                  up: 'fa fa-chevron-up',
                  down: 'fa fa-chevron-down',
                  previous: 'fa fa-chevron-left',
                  next: 'fa fa-chevron-right',
                  today: 'fa fa-screenshot',
                  clear: 'fa fa-trash',
                  close: 'fa fa-remove'
                }
              }">
                                    <?php echo Form::text('date',Helper::formatDate(date("Y-m-d")), array('placeholder' => '','class' => 'form-control','id'=>'date','required'=>'')); ?>

                                    <span class="input-group-addon">
                  <span class="fa fa-calendar"></span>
              </span>
                                </div>
                            </div>

                        </div>
                    </div>
                <?php else: ?>
                    <?php echo Form::hidden('date',date("Y-m-d"), array('placeholder' => '','class' => 'form-control','id'=>'date')); ?>

                <?php endif; ?>

                <?php if($WebmasterSection->expire_date_status): ?>
                    <div class="form-group row">
                        <label for="date"
                               class="col-sm-2 form-control-label"><?php echo __('backend.expireDate'); ?>

                        </label>
                        <div class="col-sm-10">
                            <div class="form-group">
                                <div class='input-group date' ui-jp="datetimepicker" ui-options="{
                format: '<?php echo e(Helper::jsDateFormat()); ?>',
                icons: {
                  time: 'fa fa-clock-o',
                  date: 'fa fa-calendar',
                  up: 'fa fa-chevron-up',
                  down: 'fa fa-chevron-down',
                  previous: 'fa fa-chevron-left',
                  next: 'fa fa-chevron-right',
                  today: 'fa fa-screenshot',
                  clear: 'fa fa-trash',
                  close: 'fa fa-remove'
                }
              }">
                                    <?php echo Form::text('expire_date','', array('placeholder' => '','class' => 'form-control','id'=>'expire_date')); ?>

                                    <span class="input-group-addon">
                  <span class="fa fa-calendar"></span>
              </span>
                                </div>
                            </div>

                        </div>
                    </div>
                <?php endif; ?>

                <?php if($WebmasterSection->sections_status!=0): ?>
                    <div class="form-group row">
                        <label for="section_id"
                               class="col-sm-2 form-control-label"><?php echo __('backend.categories'); ?> </label>
                        <div class="col-sm-10">
                            <select name="section_id[]" id="section_id" class="form-control select2-multiple" multiple
                                    ui-jp="select2"
                                    ui-options="{theme: 'bootstrap'}" required>
                                <?php
                                $title_var = "title_" . @Helper::currentLanguage()->code;
                                $title_var2 = "title_" . env('DEFAULT_LANGUAGE');
                                $t_arrow = "&raquo;";
                                ?>
                                <?php $__currentLoopData = $fatherSections; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $fatherSection): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <?php
                                    if ($fatherSection->$title_var != "") {
                                        $ftitle = $fatherSection->$title_var;
                                    } else {
                                        $ftitle = $fatherSection->$title_var2;
                                    }
                                    ?>
                                    <option value="<?php echo e($fatherSection->id); ?>"><?php echo $ftitle; ?></option>
                                    <?php $__currentLoopData = $fatherSection->fatherSections; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subFatherSection): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <?php
                                        if ($subFatherSection->$title_var != "") {
                                            $title = $subFatherSection->$title_var;
                                        } else {
                                            $title = $subFatherSection->$title_var2;
                                        }
                                        ?>
                                        <option
                                            value="<?php echo e($subFatherSection->id); ?>"><?php echo $ftitle; ?> <?php echo $t_arrow; ?> <?php echo $title; ?></option>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </select>
                        </div>
                    </div>
                <?php else: ?>
                    <?php echo Form::hidden('section_id','0'); ?>

                <?php endif; ?>

                <?php if($WebmasterSection->title_status): ?>
                    <?php $__currentLoopData = Helper::languagesList(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ActiveLanguage): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if($ActiveLanguage->box_status): ?>
                            <div class="form-group row">
                                <label
                                    class="col-sm-2 form-control-label"><?php echo __('backend.topicName'); ?> <?php echo @Helper::languageName($ActiveLanguage); ?>

                                </label>
                                <div class="col-sm-10">
                                    <?php echo Form::text('title_'.@$ActiveLanguage->code,'', array('placeholder' => '','class' => 'form-control','required'=>'', 'dir'=>@$ActiveLanguage->direction)); ?>

                                </div>
                            </div>
                        <?php endif; ?>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                <?php endif; ?>

                <?php if($WebmasterSection->longtext_status): ?>

                    <?php if($WebmasterSection->editor_status): ?>

                        <?php $__currentLoopData = Helper::languagesList(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ActiveLanguage): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <?php if($ActiveLanguage->box_status): ?>
                                <div class="form-group row">
                                    <label
                                        class="col-sm-2 form-control-label"><?php echo __('backend.bannerDetails'); ?> <?php echo @Helper::languageName($ActiveLanguage); ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <?php if(Helper::GeneralWebmasterSettings("text_editor") == 2): ?>
                                            <div>
                                                <?php echo Form::textarea('details_'.@$ActiveLanguage->code,'<div dir='.@$ActiveLanguage->direction.'><br></div>', array('placeholder' => '','class' => 'form-control ckeditor', 'dir'=>@$ActiveLanguage->direction)); ?>

                                            </div>
                                        <?php elseif(Helper::GeneralWebmasterSettings("text_editor") == 1): ?>
                                            <div>
                                                <?php echo Form::textarea('details_'.@$ActiveLanguage->code,'<div dir='.@$ActiveLanguage->direction.'><br></div>', array('placeholder' => '','class' => 'form-control tinymce', 'dir'=>@$ActiveLanguage->direction)); ?>

                                            </div>
                                        <?php else: ?>
                                            <div class="box p-a-xs">
                                                <?php echo Form::textarea('details_'.@$ActiveLanguage->code,'<div dir='.@$ActiveLanguage->direction.'><br></div>', array('ui-jp'=>'summernote','placeholder' => '','class' => 'form-control summernote_'.@$ActiveLanguage->code, 'dir'=>@$ActiveLanguage->direction,'ui-options'=>'{height: 300,callbacks: {
            onImageUpload: function(files, editor, welEditable) {
                sendFile(files[0], editor, welEditable,"'.@$ActiveLanguage->code.'");
            }
        }}')); ?>

                                            </div>
                                        <?php endif; ?>
                                    </div>
                                </div>
                            <?php endif; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <?php else: ?>
                        <?php $__currentLoopData = Helper::languagesList(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ActiveLanguage): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <?php if($ActiveLanguage->box_status): ?>
                                <div class="form-group row">
                                    <label
                                        class="col-sm-2 form-control-label"><?php echo __('backend.bannerDetails'); ?> <?php echo @Helper::languageName($ActiveLanguage); ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <?php echo Form::textarea('details_'.@$ActiveLanguage->code,'', array('placeholder' => '','class' => 'form-control', 'dir'=>@$ActiveLanguage->direction,'rows'=>'5')); ?>

                                    </div>
                                </div>
                            <?php endif; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <?php endif; ?>
                <?php endif; ?>

                <?php if($WebmasterSection->type==2): ?>
                    <div class="form-group row">
                        <label for="video_type"
                               class="col-sm-2 form-control-label"><?php echo __('backend.bannerVideoType'); ?></label>
                        <div class="col-sm-10">
                            <div class="radio">
                                <label class="ui-check ui-check-md">
                                    <?php echo Form::radio('video_type','0',true, array('id' => 'video_type1','class'=>'has-value','onclick'=>'document.getElementById("youtube_link_div").style.display="none";document.getElementById("embed_link_div").style.display="none";document.getElementById("vimeo_link_div").style.display="none";document.getElementById("files_div").style.display="block";document.getElementById("youtube_link").value=""')); ?>

                                    <i class="dark-white"></i>
                                    <?php echo e(__('backend.bannerVideoType1')); ?>

                                </label>
                                &nbsp; &nbsp;
                                <label class="ui-check ui-check-md">
                                    <?php echo Form::radio('video_type','1',false, array('id' => 'video_type2','class'=>'has-value','onclick'=>'document.getElementById("youtube_link_div").style.display="block";document.getElementById("embed_link_div").style.display="none";document.getElementById("vimeo_link_div").style.display="none";document.getElementById("files_div").style.display="none";document.getElementById("youtube_link").value=""')); ?>

                                    <i class="dark-white"></i>
                                    <?php echo e(__('backend.bannerVideoType2')); ?>

                                </label>
                                &nbsp; &nbsp;
                                <label class="ui-check ui-check-md">
                                    <?php echo Form::radio('video_type','2',false, array('id' => 'video_type2','class'=>'has-value','onclick'=>'document.getElementById("vimeo_link_div").style.display="block";document.getElementById("embed_link_div").style.display="none";document.getElementById("youtube_link_div").style.display="none";document.getElementById("files_div").style.display="none";document.getElementById("vimeo_link").value=""')); ?>

                                    <i class="dark-white"></i>
                                    <?php echo e(__('backend.bannerVideoType3')); ?>

                                </label>
                                &nbsp; &nbsp;
                                <label class="ui-check ui-check-md">
                                    <?php echo Form::radio('video_type','3',false, array('id' => 'video_type3','class'=>'has-value','onclick'=>'document.getElementById("embed_link_div").style.display="block";document.getElementById("vimeo_link_div").style.display="none";document.getElementById("youtube_link_div").style.display="none";document.getElementById("files_div").style.display="none";document.getElementById("embed_link").value=""')); ?>

                                    <i class="dark-white"></i>
                                    Embed
                                </label>
                            </div>
                        </div>
                    </div>

                    <div id="files_div">
                        <div class="form-group row">
                            <label for="video_file"
                                   class="col-sm-2 form-control-label"><?php echo __('backend.topicVideo'); ?></label>
                            <div class="col-sm-10">
                                <?php echo Form::file('video_file', array('class' => 'form-control','id'=>'video_file','accept'=>'*')); ?>

                            </div>
                        </div>

                        <div class="form-group row m-t-md" style="margin-top: 0 !important;">
                            <div class="offset-sm-2 col-sm-10">
                                <small>
                                    <i class="material-icons">&#xe8fd;</i>
                                    <?php echo __('backend.videoTypes'); ?>

                                </small>
                            </div>
                        </div>
                    </div>
                    <div class="form-group row" id="youtube_link_div" style="display: none">
                        <label for="youtube_link"
                               class="col-sm-2 form-control-label"><?php echo __('backend.bannerVideoUrl'); ?></label>
                        <div class="col-sm-10">
                            <?php echo Form::text('youtube_link','', array('placeholder' => 'https://www.youtube.com/watch?v=JQs4QyKnYMQ','class' => 'form-control','id'=>'youtube_link', 'dir'=>'ltr')); ?>

                        </div>
                    </div>
                    <div class="form-group row" id="vimeo_link_div" style="display: none">
                        <label for="youtube_link"
                               class="col-sm-2 form-control-label"><?php echo __('backend.bannerVideoUrl2'); ?></label>
                        <div class="col-sm-10">
                            <?php echo Form::text('vimeo_link','', array('placeholder' => 'https://vimeo.com/131766159','class' => 'form-control','id'=>'vimeo_link', 'dir'=>'ltr')); ?>

                        </div>
                    </div>
                    <div class="form-group row" id="embed_link_div" style="display: none">
                        <label for="embed_link"
                               class="col-sm-2 form-control-label">Embed Code</label>
                        <div class="col-sm-10">
                            <?php echo Form::textarea('embed_link','', array('placeholder' => '','class' => 'form-control','id'=>'embed_link', 'dir'=>'ltr','rows'=>'3')); ?>

                        </div>
                    </div>
                <?php endif; ?>

                <?php if($WebmasterSection->type==3): ?>
                    <div class="form-group row">
                        <label for="audio_file"
                               class="col-sm-2 form-control-label"><?php echo __('backend.topicAudio'); ?></label>
                        <div class="col-sm-10">
                            <?php echo Form::file('audio_file', array('class' => 'form-control','id'=>'audio_file','accept'=>'audio/*')); ?>

                        </div>
                    </div>

                    <div class="form-group row m-t-md" style="margin-top: 0 !important;">
                        <div class="offset-sm-2 col-sm-10">
                            <small>
                                <i class="material-icons">&#xe8fd;</i>
                                <?php echo __('backend.audioTypes'); ?>

                            </small>
                        </div>
                    </div>
                <?php endif; ?>

                <?php if($WebmasterSection->photo_status): ?>
                    <div class="form-group row">
                        <label for="photo_file"
                               class="col-sm-2 form-control-label"><?php echo __('backend.topicPhoto'); ?></label>
                        <div class="col-sm-10">
                            <?php echo Form::file('photo_file', array('class' => 'form-control','id'=>'photo_file','accept'=>'image/*')); ?>

                        </div>
                    </div>
                    <div class="form-group row m-t-md" style="margin-top: 0 !important;">
                        <div class="offset-sm-2 col-sm-10">
                            <small>
                                <i class="material-icons">&#xe8fd;</i>
                                <?php echo __('backend.imagesTypes'); ?>

                            </small>
                        </div>
                    </div>
                <?php endif; ?>

                <?php if($WebmasterSection->icon_status): ?>
                    <div class="form-group row">
                        <label for="icon"
                               class="col-sm-2 form-control-label"><?php echo __('backend.sectionIcon'); ?></label>
                        <div class="col-sm-10">
                            <div class="input-group">
                                <?php echo Form::text('icon','', array('placeholder' => '','class' => 'form-control icp icp-auto','id'=>'icon', 'data-placement'=>'bottomRight')); ?>

                                <span class="input-group-addon"></span>
                            </div>
                        </div>
                    </div>
                <?php endif; ?>

                <?php if($WebmasterSection->attach_file_status): ?>
                    <div class="form-group row">
                        <label for="attach_file"
                               class="col-sm-2 form-control-label"><?php echo __('backend.topicAttach'); ?></label>
                        <div class="col-sm-10">
                            <?php echo Form::file('attach_file', array('class' => 'form-control','id'=>'attach_file')); ?>

                        </div>
                    </div>
                    <div class="form-group row m-t-md" style="margin-top: 0 !important;">
                        <div class="offset-sm-2 col-sm-10">
                            <small>
                                <i class="material-icons">&#xe8fd;</i>
                                <?php echo __('backend.attachTypes'); ?>

                            </small>
                        </div>
                    </div>
                <?php endif; ?>


                
                <?php if(count($WebmasterSection->customFields) >0): ?>
                    <?php
                    $cf_title_var = "title_" . @Helper::currentLanguage()->code;
                    $cf_title_var2 = "title_" . env('DEFAULT_LANGUAGE');
                    ?>
                    <?php $__currentLoopData = $WebmasterSection->customFields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php
                        // check permission
                        $add_permission_groups = [];
                        if ($customField->add_permission_groups != "") {
                            $add_permission_groups = explode(",", $customField->add_permission_groups);
                        }
                        if(in_array(Auth::user()->permissions_id, $add_permission_groups) || in_array(0, $add_permission_groups) || $customField->add_permission_groups == ""){
                        // have permission & continue
                        if ($customField->$cf_title_var != "") {
                            $cf_title = $customField->$cf_title_var;
                        } else {
                            $cf_title = $customField->$cf_title_var2;
                        }

                        // check field language status
                        $cf_land_identifier = "";
                        $cf_land_active = false;
                        $cf_land_dir = @Helper::currentLanguage()->direction;
                        if ($customField->lang_code != "all") {
                            $ct_language = @Helper::LangFromCode($customField->lang_code);
                            $cf_land_identifier = @Helper::languageName($ct_language);
                            $cf_land_dir = $ct_language->direction;
                            if ($ct_language->box_status) {
                                $cf_land_active = true;
                            }
                        }
                        if ($customField->lang_code == "all") {
                            $cf_land_active = true;
                        }
                        // required Status
                        $cf_required = "";
                        if ($customField->required) {
                            $cf_required = "required";
                        }
                        ?>

                        <?php if($cf_land_active): ?>
                            <?php if($customField->type ==12): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?> <i class="fa fa-vimeo"></i>
                                    </label>
                                    <div class="col-sm-10">
                                        <?php echo Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>'ltr')); ?>

                                    </div>
                                </div>
                            <?php elseif($customField->type ==11): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?> <i class="fa fa-youtube"></i>
                                    </label>
                                    <div class="col-sm-10">
                                        <?php echo Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>'ltr')); ?>

                                    </div>
                                </div>
                            <?php elseif($customField->type ==10): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?></label>
                                    <div class="col-sm-10">
                                        <?php echo Form::file('customField_'.$customField->id, array('class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','accept'=>'*')); ?>

                                    </div>
                                </div>
                            <?php elseif($customField->type ==9): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?></label>
                                    <div class="col-sm-10">
                                        <?php echo Form::file('customField_'.$customField->id, array('class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','accept'=>'*')); ?>

                                    </div>
                                </div>
                            <?php elseif($customField->type ==8): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?></label>
                                    <div class="col-sm-10">
                                        <?php echo Form::file('customField_'.$customField->id, array('class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','accept'=>'image/*')); ?>

                                    </div>
                                </div>
                            <?php elseif($customField->type ==7): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?></label>
                                    <div class="col-sm-10">
                                        <select name="<?php echo e('customField_'.$customField->id); ?>[]"
                                                id="<?php echo e('customField_'.$customField->id); ?>"
                                                class="form-control select2-multiple" multiple
                                                ui-jp="select2"
                                                ui-options="{theme: 'bootstrap'}" <?php echo e($cf_required); ?>>
                                            <?php
                                            $cf_details_var = "details_" . @Helper::currentLanguage()->code;
                                            $cf_details_var2 = "details_en" . env('DEFAULT_LANGUAGE');
                                            if ($customField->$cf_details_var != "") {
                                                $cf_details = $customField->$cf_details_var;
                                            } else {
                                                $cf_details = $customField->$cf_details_var2;
                                            }
                                            $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details);
                                            $line_num = 1;
                                            ?>
                                            <?php $__currentLoopData = $cf_details_lines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cf_details_line): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                <option
                                                    value="<?php echo e($line_num); ?>" <?php echo e(($customField->default_value == $line_num) ? "selected='selected'":""); ?>><?php echo e($cf_details_line); ?></option>
                                                <?php
                                                $line_num++;
                                                ?>
                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                        </select>
                                    </div>
                                </div>
                            <?php elseif($customField->type ==6): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?></label>
                                    <div class="col-sm-10">
                                        <select name="<?php echo e('customField_'.$customField->id); ?>"
                                                id="<?php echo e('customField_'.$customField->id); ?>"
                                                class="form-control c-select" <?php echo e($cf_required); ?>>
                                            <option value="">- - <?php echo $cf_title; ?> - -</option>
                                            <?php
                                            $cf_details_var = "details_" . @Helper::currentLanguage()->code;
                                            $cf_details_var2 = "details_en" . env('DEFAULT_LANGUAGE');
                                            if ($customField->$cf_details_var != "") {
                                                $cf_details = $customField->$cf_details_var;
                                            } else {
                                                $cf_details = $customField->$cf_details_var2;
                                            }
                                            $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details);
                                            $line_num = 1;
                                            ?>
                                            <?php $__currentLoopData = $cf_details_lines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cf_details_line): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                <option
                                                    value="<?php echo e($line_num); ?>" <?php echo e(($customField->default_value == $line_num) ? "selected='selected'":""); ?>><?php echo e($cf_details_line); ?></option>
                                                <?php
                                                $line_num++;
                                                ?>
                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                        </select>
                                    </div>
                                </div>
                            <?php elseif($customField->type ==5): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <div>
                                            <div class='input-group date' ui-jp="datetimepicker" ui-options="{
                format: '<?php echo e(Helper::jsDateFormat()); ?> hh:mm A',
                icons: {
                  time: 'fa fa-clock-o',
                  date: 'fa fa-calendar',
                  up: 'fa fa-chevron-up',
                  down: 'fa fa-chevron-down',
                  previous: 'fa fa-chevron-left',
                  next: 'fa fa-chevron-right',
                  today: 'fa fa-screenshot',
                  clear: 'fa fa-trash',
                  close: 'fa fa-remove'
                }
              }">
                                                <?php echo Form::text('customField_'.$customField->id,Helper::formatDate($customField->default_value)." ".date("h:i A", strtotime($customField->default_value)), array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)); ?>

                                                <span class="input-group-addon">
                  <span class="fa fa-calendar"></span>
              </span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            <?php elseif($customField->type ==4): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <div class="form-group">
                                            <div class='input-group date' ui-jp="datetimepicker" ui-options="{
                format: '<?php echo e(Helper::jsDateFormat()); ?>',
                icons: {
                  time: 'fa fa-clock-o',
                  date: 'fa fa-calendar',
                  up: 'fa fa-chevron-up',
                  down: 'fa fa-chevron-down',
                  previous: 'fa fa-chevron-left',
                  next: 'fa fa-chevron-right',
                  today: 'fa fa-screenshot',
                  clear: 'fa fa-trash',
                  close: 'fa fa-remove'
                }
              }">
                                                <?php echo Form::text('customField_'.$customField->id,Helper::formatDate($customField->default_value), array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)); ?>

                                                <span class="input-group-addon">
                  <span class="fa fa-calendar"></span>
              </span>
                                            </div>
                                        </div>

                                    </div>
                                </div>
                            <?php elseif($customField->type ==3): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <?php echo Form::email('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)); ?>

                                    </div>
                                </div>

                            <?php elseif($customField->type ==2): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <?php echo Form::number('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','min'=>0, 'dir'=>$cf_land_dir)); ?>

                                    </div>
                                </div>
                            <?php elseif($customField->type ==1): ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <?php echo Form::textarea('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control',$cf_required=>'', 'dir'=>$cf_land_dir,'rows'=>'5')); ?>

                                    </div>
                                </div>
                            <?php else: ?>
                                
                                <div class="form-group row">
                                    <label for="<?php echo e('customField_'.$customField->id); ?>"
                                           class="col-sm-2 form-control-label"><?php echo $cf_title; ?>

                                        <?php echo $cf_land_identifier; ?>

                                    </label>
                                    <div class="col-sm-10">
                                        <?php echo Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)); ?>

                                    </div>
                                </div>
                            <?php endif; ?>
                        <?php endif; ?>
                        <?php
                        }
                        ?>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                <?php endif; ?>
                
                <?php if($WebmasterSection->type ==0): ?>
                    <div class="form-group row">
                        <label for="link_status"
                               class="col-sm-2 form-control-label"><?php echo __('backend.pageCustomForm'); ?></label>
                        <div class="col-sm-10">
                            <select name="page_form_id" class="form-control c-select">
                                <option value="">- - <?php echo __('backend.none'); ?> - -</option>
                                <?php $__currentLoopData = $GeneralWebmasterSections->where("type",6); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $FWebmasterSection): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <option
                                        value="<?php echo e($FWebmasterSection->id); ?>"><?php echo $FWebmasterSection->{"title_".@$ActiveLanguage->code}; ?></option>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </select>
                        </div>
                    </div>
                <?php endif; ?>
                <div class="form-group row m-t-md">
                    <div class="offset-sm-2 col-sm-10">
                        <button type="submit" class="btn btn-primary m-t"><i class="material-icons">
                                &#xe31b;</i> <?php echo __('backend.add'); ?></button>
                        <a href="<?php echo e(route('topics',$WebmasterSection->id)); ?>"
                           class="btn btn-default m-t"><i class="material-icons">
                                &#xe5cd;</i> <?php echo __('backend.cancel'); ?></a>
                    </div>
                </div>


                <?php echo e(Form::close()); ?>

            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php $__env->startPush("after-scripts"); ?>
    <script src="<?php echo e(asset("assets/dashboard/js/iconpicker/fontawesome-iconpicker.js")); ?>"></script>
    <?php echo $__env->make('dashboard.layouts.editor', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopPush(); ?>

<?php echo $__env->make('dashboard.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/projeto.velosite.com.br/core/resources/views/dashboard/topics/create.blade.php ENDPATH**/ ?>
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File