JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "2b60a2b6788b6fb96bbc97b2eaa1bbc4.php"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/2b60a2b6788b6fb96bbc97b2eaa1bbc4.php
File size: 7.37 KB
MIME-type: text/plain
Charset: utf-8



<?php $__env->startSection('content'); ?>
    <div class="row justify-content-center ins-two">
        <div class="col-md-6">
            <div class="card">
                <div class="card-body px-4">
                    <div class="panel panel-default ins-three" data-collapsed="0">
                        <!-- panel body -->
                        <div class="panel-body ins-four">

                            <i class="entypo-thumbs-up ins-five"></i>
                            <h4><?php echo e(__('Congratulations!! The installation was successfull')); ?></h4>

                            <br>

                            <p>
                                <?php echo e(__("Before you start using your application, make it yours. Set your application name and title, admin login email and password. Remember the login credentials which you will need later on for signing into your account. After this step, you will be redirected to application's login page.")); ?>

                            </p>

                            <br>
                            <div class="row">
                                <div class="col-md-12">
                                    <form class="form-horizontal form-groups" method="post" action="<?php echo e(route('finalizing_setup')); ?>">
                                        <?php echo csrf_field(); ?>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"><?php echo e(__('System Name')); ?></label>

                                            <input type="text" class="form-control eForm-control" name="system_name" required autofocus>
                                            <small class="text-muted">
                                                <?php echo e(__('The name of your application')); ?>

                                            </small>
                                        </div>
                                        <hr>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"><?php echo e(__('Your name')); ?></label>

                                            <input type="text" class="form-control eForm-control" name="admin_name" placeholder="Ex: John Doe" required>
                                            <small class="text-muted">
                                                <?php echo e(__('Full name of Administrator')); ?>

                                            </small>
                                        </div>
                                        <hr>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"><?php echo e(__('Your Email')); ?></label>

                                            <input type="email" class="form-control eForm-control" name="admin_email" placeholder="Ex: john@example.com" required>
                                            <small class="text-muted">
                                                <?php echo e(__('Email address for administrator login')); ?>

                                            </small>
                                        </div>
                                        <hr>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"><?php echo e(__('Password')); ?></label>

                                            <input type="password" class="form-control eForm-control" name="admin_password" placeholder="" required>
                                            <small class="text-muted">
                                                <?php echo e(__('Admin login password')); ?>

                                            </small>
                                        </div>
                                        <hr>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"><?php echo e(__('Your Address')); ?></label>

                                            <input type="text" class="form-control eForm-control" name="admin_address" placeholder="Ex: Your Address" required>
                                            <small class="text-muted">
                                                <?php echo e(__('Address of Administrator')); ?>

                                            </small>
                                        </div>
                                        <hr>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"><?php echo e(__('Your Phone')); ?></label>

                                            <input type="text" class="form-control eForm-control" name="admin_phone" placeholder="Ex: +9020040060" required>
                                            <small class="text-muted">
                                                <?php echo e(__('Phone of Administrator')); ?>

                                            </small>
                                        </div>
                                        <hr>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"><?php echo e(__('TimeZone')); ?></label>

                                            <select class="form-select eForm-select eChoice-multiple-with-remove" id="timezone" name="timezone">
                                                <?php $tzlist = DateTimeZone::listIdentifiers(DateTimeZone::ALL); ?>
                                                <?php foreach ($tzlist as $tz): ?>
                                                <option value="<?php echo e($tz); ?>" <?php echo e($tz == 'Asia/Dhaka' ? 'selected' : ''); ?>><?php echo e($tz); ?></option>
                                                <?php endforeach; ?>
                                            </select>
                                            <small class="text-muted">
                                                <?php echo e(__('Choose System TimeZone')); ?>

                                            </small>
                                        </div>
                                        <hr>
                                        <div class="form-group">
                                            <label class="col-sm-3 control-label"></label>
                                            <div class="col-sm-7">
                                                <button type="submit" class="btn btn-primary"><?php echo e(__('Set me up')); ?></button>
                                            </div>
                                        </div>
                                    </form>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('install.index', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\Arise\resources\views/install/finalizing_setup.blade.php ENDPATH**/ ?>