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/361e1ccf3046abd3929cbd6df7e97582a2094c82.php
<div class="main-title d-md-flex form_div_header">
    <h3 class="mb-3 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('Add Group')); ?> </h3>
    
</div>

<form method="POST" action="" accept-charset="UTF-8" class="form-horizontal" enctype="multipart/form-data" id="add_group_form">

    <div class="white-box">
        <div class="add-visitor">
            <div class="row">
                <div class="col-lg-12">
                    <div class="primary_input mb-25">
                        <label class="primary_input_label" for="name">
                            <?php echo e(__('common.name')); ?>

                            <span class="text-danger">*</span>
                        </label>
                        <input class="primary_input_field name" type="text" id="name" name="name" autocomplete="off"  placeholder="<?php echo e(__('common.name')); ?>">
                        <span class="text-danger" id="error_name"></span>
                    </div>
                </div>
                

                <div class="col-lg-12">
                    <div class="main-title d-flex">
                        <h4 class="mb-3 mr-30"><?php echo e(__('gst.same_state_GST')); ?></h4>
                    </div>
                </div>

                <div class="col-lg-12">
                    <select class="primary_select mb-25" id="same_state_gist" multiple>
                        <option value="0" disabled><?php echo e(__('gst.select_one_or_multiple')); ?></option>
                        <?php $__currentLoopData = $gst_lists; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $gst): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <option value="<?php echo e($gst->id); ?>" <?php if(in_array ($gst->id, app('gst_config')['within_a_single_state'])): ?> selected <?php endif; ?>><?php echo e($gst->name); ?> (<?php echo e($gst->tax_percentage); ?> %)</option>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </select>
                    <span class="text-danger" id="error_same_state_gst"></span>
                </div>
                <div id="same_state_gst_list_div" class="col-lg-12">
                    <?php echo $__env->make('gst::configurations.components.same_state_gst',['lists' => app('gst_config')['within_a_single_state']], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                </div>

                <div class="col-lg-12">
                    <div class="main-title d-flex">
                        <h4 class="mb-3 mr-30"><?php echo e(__('gst.outsite_state_GST')); ?></h4>
                    </div>
                </div>
                <div class="col-lg-12">
                    <select class="primary_select mb-25" id="outsite_state_gst" multiple>
                        <option value="0" disabled><?php echo e(__('gst.select_one_or_multiple')); ?></option>
                        <?php $__currentLoopData = $gst_lists; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $gst): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <option value="<?php echo e($gst->id); ?>" <?php if(in_array ($gst->id, app('gst_config')['between_two_different_states_or_a_state_and_a_Union_Territory'])): ?> selected <?php endif; ?>><?php echo e($gst->name); ?> (<?php echo e($gst->tax_percentage); ?> %)</option>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </select>
                    <span class="text-danger" id="error_outsite_state_gst"></span>
                </div>
                <div id="outsite_gst_list_div" class="col-lg-12">
                    <?php echo $__env->make('gst::configurations.components.outsite_state_gst',['lists' => app('gst_config')['between_two_different_states_or_a_state_and_a_Union_Territory']], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                </div>
            </div>
            <div class="row mt-40">
                <div class="col-lg-12 text-center">
                    <button id="create_btn" type="submit" class="primary-btn fix-gr-bg submit_btn" data-toggle="tooltip" title=""
                        data-original-title="">
                        <span class="ti-check"></span>
                        <?php echo e(__('common.save')); ?> </button>
                </div>
            </div>
        </div>
    </div>
</form><?php /**PATH /www/wwwroot/www.shooperm.com/Modules/GST/Resources/views/configurations/components/add_group.blade.php ENDPATH**/ ?>