JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "02675bc027aa516d767470c360c60b99.php"
Full Path: /home/u528834676/domains/ahavalms.com/public_html/storage/framework/views/02675bc027aa516d767470c360c60b99.php
File size: 2.49 KB
MIME-type: text/html
Charset: utf-8
<?php $__env->startSection('content'); ?>
<?php if(isset($error)) { ?>
<div class="row justify-content-center ins-seven">
<div class="col-md-6">
<div class="alert alert-danger">
<strong><?php echo e($error); ?></strong>
</div>
</div>
</div>
<?php } ?>
<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">
<p class="ins-four mb-3">
<?php echo __("The provided information will be written into your application's <b>config/database.php</b> file, so click the Confirm button to write the file"); ?>.
</p>
<br>
<div class="row">
<div class="col-md-12">
<button type="button" id="install_button" class="btn btn-primary">
<?php echo e(__('Confirm')); ?>
</button>
<div class="mt-3" id="loader">
<?php echo e(__('Configuring the database....')); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
"use strict";
$(document).ready(function() {
$('#loader').hide();
$('#install_button').on('click', function() {
$('#loader').fadeIn();
setTimeout(
function() {
window.location.href = "<?php echo e(route('step4.confirm_import', ['confirm_import' => 'confirm_install'])); ?>";
}, 5000);
});
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('install.index', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u528834676/domains/ahavalms.com/public_html/resources/views/install/step4.blade.php ENDPATH**/ ?>