HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/storage/framework/views/2b0e50904a0a751abcb6bd7b776e7081af1e565c.php
<form id="formData" method="POST" enctype="multipart/form-data">
    <div class="row">
        <input type="hidden" name="id" value="<?php echo e($promotionbar->id); ?>">
        <div class="col-xl-6">
            <div class="primary_input mb-25">
                <label class="primary_input_label" for=""><?php echo e(__('common.link')); ?></label>
                <input name="link" class="primary_input_field" placeholder="-" type="text"
                    value="<?php echo e(old('link') ? old('link') : $promotionbar->description); ?>">
                <span class="text-danger"  id="link_error"></span>
            </div>

        </div>
        <div class="col-xl-6">

            <div class="primary_input">
                <label class="primary_input_label" for=""><?php echo e(__('common.status')); ?> <span class="text-danger">*</span></label>
                <ul id="theme_nav" class="permission_list sms_list ">
                    <li>
                        <label data-id="bg_option" class="primary_checkbox d-flex mr-12">
                            <input name="status" id="status_active" value="1" <?php if($promotionbar->status == 1): ?> checked <?php endif; ?> class="active"
                                type="radio">
                            <span class="checkmark"></span>
                        </label>
                        <p><?php echo e(__('common.active')); ?></p>
                    </li>
                    <li>
                        <label data-id="color_option" class="primary_checkbox d-flex mr-12">
                            <input name="status" value="0" id="status_inactive" <?php if($promotionbar->status == 0): ?> checked <?php endif; ?> class="de_active" type="radio">
                            <span class="checkmark"></span>
                        </label>
                        <p><?php echo e(__('common.inactive')); ?></p>
                    </li>
                </ul>
                <span class="text-danger" id="status_error"></span>
            </div>
        </div>

        <div class="col-xl-6">
            <div class="primary_input mb-25">
                <label class="mb-2 mr-30"><?php echo e(__('common.image')); ?><small>(1410 X 191)px</small></label>
                <div class="primary_file_uploader">
                    <input class="primary-input" type="text" id="placeholderFileOneName" placeholder="<?php echo e(__('common.browse')); ?>" readonly="">
                    <button class="" type="button">
                        <label class="primary-btn small fix-gr-bg" for="document_file_1"><?php echo e(__("common.image")); ?> </label>
                        <input type="file" class="d-none" name="file" id="document_file_1">
                    </button>
                </div>
                <span class="text-danger"  id="file_error"></span>
                
                <div class="img_div mt-20">
                   <img id="blogImgShow"
                   src="<?php echo e(showImage($promotionbar->image?$promotionbar->image:'backend/img/default.png')); ?>" alt="">
                </div>
            </div>
        </div>
        

        <div class="col-lg-12 text-center">
            <div class="d-flex justify-content-center">
                <button class="primary-btn semi_large2  fix-gr-bg mr-1" id="save_button_parent"
                    type="submit" dusk="update"><i
                        class="ti-check"></i><?php echo e(__('common.update')); ?></button>
            </div>
        </div>
    </div>
</form>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/FrontendCMS/Resources/views/promotion_bar/components/form.blade.php ENDPATH**/ ?>