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/8390740b43f61fd826340eaef32776573d4a2ec8.php
<?php $__env->startSection('content'); ?>
<div class="single-report-admit">
    <div class="card-header">
        <h2 class="text-center text-uppercase" style="color: whitesmoke"><?php echo e(__('amazcart::install.admin_setup')); ?>

        </h2>

    </div>
</div>

<div class="card-body">
    <div class="requirements">
        <div class="row">

            <div class="col-md-12">
                <form method="post" action="<?php echo e(route('service.user')); ?>" id="content_form">
                    <div class="form-group">
                        <label class="required" for="email"><?php echo e(__('amazcart::install.email')); ?></label>
                        <input type="email" class="form-control" name="email" id="email" required="required" placeholder="<?php echo e(__('amazcart::install.email')); ?>">
                    </div>
                   
                    <div class="form-group">
                        <label class="required" for="password"><?php echo e(__('amazcart::install.password')); ?></label>
                        <input type="password" class="form-control" name="password" id="password" placeholder="<?php echo e(__('amazcart::install.password')); ?>" required>
                    </div>
                    <div class="form-group">
                        <label class="required" for="password_confirmation"><?php echo e(__('amazcart::install.password_confirmation')); ?></label>
                        <input type="password" class="form-control" name="password_confirmation" id="password_confirmation" required placeholder="<?php echo e(__('amazcart::install.password_confirmation')); ?>" data-parsley-equalto="#password">
                    </div>

                    <?php if(env('APP_SYNC')): ?>
                    <div class="form-group">
                        <label data-id="bg_option" class="primary_checkbox d-flex mr-12 ">
                            <input name="seed" type="checkbox">
                            <span class="checkmark"></span>
                            <span class="ml-2"><?php echo e(__('amazcart::install.with_demo_data')); ?></span>
                        </label>
                    </div>
                    <?php endif; ?>

                
                   <button type="submit" class="offset-3 col-sm-6 primary-btn fix-gr-bg mt-40 submit bc-color" ><?php echo e(__('service::install.ready_to_go')); ?></button>
                   <button type="button" class="offset-3 col-sm-6 primary-btn fix-gr-bg mt-40 submitting bc-color" disabled style="display:none"><?php echo e(__('service::install.submitting')); ?></button>
                </form>
            </div>

        </div>
    </div>
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('js'); ?>
    <script>
        _formValidation('content_form');
        $(document).ready(function(){
            setTimeout(function(){
                $('.preloader h2').html('We are installing your system. <br> This may take some time. Be patient. Please do not refresh or close the browser')
            }, 2000);
        })
    </script>
<?php $__env->stopPush(); ?>

<?php echo $__env->make('service::layouts.app_install', ['title' => __('amazcart::install.admin_setup')], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/www.shooperm.com/vendor/spondonit/amazcart-service/src/../resources/views/install/user.blade.php ENDPATH**/ ?>