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/671c27502e59c8dabc90c357341fccec84ff72e0.php
<div class="modal fade admin-query" id="create_shipping_modal">
    <div class="modal-dialog modal_1000px modal-dialog-centered">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title"><?php echo e(__('shipping.create_shipping_method')); ?></h4>
                <button type="button" class="close " data-dismiss="modal">
                    <i class="ti-close "></i>
                </button>
            </div>

            <div class="modal-body">
                <form action="" method="POST" enctype="multipart/form-data" id="create_shipping_form">
                    <div class="row">
                        <input type="hidden" name="form_type" value="modal_form">

                        <div class="col-lg-12">
                            <div class="primary_input mb-15">
                                <label class="primary_input_label" for=""> <?php echo e(__("shipping.method_name")); ?> <span class="text-danger">*</span></label>
                                <input class="primary_input_field" name="method_name" id="method_name" placeholder="<?php echo e(__("shipping.method_name")); ?>" type="text" value="<?php echo e(old('method_name')); ?>">
                                <span class="text-danger" id="error_shipping_method_name"></span>
                            </div>
                        </div>
                        <div class="col-lg-12">
                            <div class="primary_input mb-15">
                                <label class="primary_input_label" for=""> <?php echo e(__("shipping.phone")); ?> <span class="text-danger">*</span></label>
                                <input class="primary_input_field" name="phone" id="phone" placeholder="<?php echo e(__("shipping.phone")); ?>" type="text" value="<?php echo e(old('phone')); ?>">
                                <span class="text-danger" id="error_shipping_phone"></span>
                            </div>
                        </div>
                        <div class="col-lg-12">
                            <div class="primary_input mb-15">
                                <label class="primary_input_label" for=""> <?php echo e(__("shipping.shipment_time")); ?> <span class="text-danger">*</span></label>
                                <input class="primary_input_field" name="shipment_time" id="shipment_time" placeholder="<?php echo e(__("shipping.ex: 3-5 days or 6-12 hrs")); ?>" type="text" value="<?php echo e(old('shipment_time')); ?>">
                                <span class="text-danger" id="error_shipping_shipment_time"></span>
                            </div>
                        </div>
                        <div class="col-lg-12">
                            <div class="primary_input mb-15">
                                <label class="primary_input_label" for=""> <?php echo e(__("shipping.cost")); ?> <span class="text-danger">*</span></label>
                                <input class="primary_input_field" name="cost" id="cost" placeholder="<?php echo e(__("shipping.cost")); ?>" type="number" min="0" step="<?php echo e(step_decimal()); ?>" value="<?php echo e(old('cost')); ?>">
                                <span class="text-danger" id="error_shipping_cost"></span>
                            </div>
                        </div>
                        <div class="col-lg-12" id="method_logo_img_div">
                            <div class="row">
                                <div class="col-lg-8">
                                    <div class="primary_input mb-25">
                                        <label class="primary_input_label" for=""><?php echo e(__('shipping.logo')); ?> </label>
                                        <div class="primary_file_uploader">
                                            <input class="primary-input" type="text" id="shipping_logo_file" placeholder="<?php echo e(__('shipping.logo')); ?>" readonly="">
                                            <button class="" type="button">
                                                <label class="primary-btn small fix-gr-bg" for="thumbnail_logo"><?php echo e(__('product.Browse')); ?> </label>

                                                <input type="file" class="d-none" name="method_logo" id="thumbnail_logo">
                                            </button>
                                            <span class="text-danger" id="error_shipping_method_logo"></span>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-lg-4">
                                    <div class="shiping_logo_div">
                                        <img id="shipping_logo" class="" src="<?php echo e(showImage('backend/img/default.png')); ?>" alt="">
                                    </div>
                                </div>
                            </div>


                        </div>
                        <div class="col-lg-12 text-center">
                            <button class="primary_btn_2 mt-2"><i class="ti-check"></i><?php echo e(__("common.save")); ?> </button>
                        </div>

                    </div>
                </form>
            </div>
        </div>
    </div>
</div>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Product/Resources/views/products/components/_create_shipping_modal.blade.php ENDPATH**/ ?>