JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?php $__env->startSection('content'); ?> <div class="row justify-content-center ins-two"> <div class="col-md-6"> <div class="card"> <div class="card-body"> <div class="panel panel-default ins-three" data-collapsed="0"> <!-- panel body --> <div class="panel-body ins-four"> <h3><?php echo e(__('Success')); ?>!!</h3> <br> <p class="ins-four"> <strong class="text-success"><?php echo e(__('Installation was successfull.') . ' ' . __('Please login to continue..')); ?></strong> </p> <br> <table> <tbody> <tr> <td class="ins-eight"><strong class="mb-2 d-inline-block"><?php echo e(__('Administrator Email')); ?> </strong></td> <td class="ins-eight"><span class="mx-4 mb-2 d-inline-block">|</span></td> <td class="ins-eight"><span class="mb-2 d-inline-block"><?php echo e($admin_email); ?></span></td> </tr> <tr> <td class="ins-eight"><strong><?php echo e(__('Password')); ?> </strong></td> <td class="ins-eight"><span class="mx-4">|</span></td> <td class="ins-eight"><?php echo e(__('Your chosen password')); ?></td> </tr> </tbody> </table> <br> <p> <a href="<?php echo e(route('login')); ?>" class="btn btn-success"> <?php echo e(__('Log In')); ?> </a> </p> </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/success.blade.php ENDPATH**/ ?>