ok
Direktori : /home2/selectio/www/3-idiots/storage/framework/views/ |
Current File : /home2/selectio/www/3-idiots/storage/framework/views/38e210c00d0f8125199eb54616342291f16c00b2.php |
<?php $__env->startSection('content'); ?> <div class="container"> <div class="row pt-5"> <div class="col-md-12"> <div class="mar-ver pad-btm text-center"> <?php if(session()->has('error')): ?> <div class="alert alert-danger" role="alert"> <?php echo e(session('error')); ?> </div> <?php endif; ?> <h1 class="h3">Import Software Database</h1> </div> <p class="text-muted font-13 text-center"> <strong>Database is connected <i class="fa fa-check"></i></strong>. Proceed <strong>Press Import</strong>. This automated process will configure your database. </p> <?php if(session()->has('error')): ?> <div class="text-center mar-top pad-top"> <a href="<?php echo e(route('force-import-sql')); ?>" class="btn btn-danger">Force Import Database</a> </div> <?php else: ?> <div class="text-center mar-top pad-top"> <a href="<?php echo e(route('import_sql')); ?>" class="btn btn-info">Import Database</a> </div> <?php endif; ?> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.blank', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/kathir/public_html/greeny.firstmatrix.in/resources/views/installation/step4.blade.php ENDPATH**/ ?>