JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "b5101d50c697fa128537b1a4da0a7142.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/b5101d50c697fa128537b1a4da0a7142.php
File size: 4.76 KB
MIME-type: text/plain
Charset: utf-8
<?php $__env->startSection('content'); ?>
<?php if(isset($db_connection) && $db_connection != "") { ?>
<div class="row ins-seven justify-content-center">
<div class="col-md-6">
<div class="alert alert-danger">
<strong><?php echo e($db_connection); ?></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 px-4">
<div class="panel panel-default ins-three" data-collapsed="0">
<!-- panel body -->
<div class="panel-body ins-four">
<h6 class="ins-four">
<?php echo e(__('Below you should enter your database connection details.') . ' ' . __('If you’re not sure about these, contact your host.')); ?>
</h6>
<br>
<div class="row">
<div class="col-md-12">
<form class="form-horizontal form-groups" method="post" action="<?php echo e(route('step3')); ?>">
<?php echo csrf_field(); ?>
<hr>
<div class="form-group">
<label class="control-label"><?php echo e(__('Database Name')); ?></label>
<input type="text" class="form-control eForm-control" name="dbname" placeholder="" required autofocus>
<small class="text-muted">
<?php echo e(__('The name of the database you want to use with this application')); ?>
</small>
</div>
<hr>
<div class="form-group">
<label class="control-label"><?php echo e(__('Username')); ?></label>
<input type="text" class="form-control eForm-control" name="username" placeholder="" required>
<small class="text-muted">
<?php echo e(__('Your database Username')); ?>
</small>
</div>
<hr>
<div class="form-group">
<label class="control-label"><?php echo e(__('Password')); ?></label>
<input type="password" class="form-control eForm-control" name="password" placeholder="">
<small class="text-muted">
<?php echo e(__('Your database Password')); ?>
</small>
</div>
<hr>
<div class="form-group">
<label class="control-label"><?php echo e(__('Database Host')); ?></label>
<input type="text" class="form-control eForm-control" name="hostname" placeholder="" required>
<small class="text-muted">
<?php echo e(__("If 'localhost' does not work, you can get the hostname from web host")); ?>
</small>
</div>
<hr>
<div class="form-group">
<label class="control-label"></label>
<button type="submit" class="btn btn-primary"><?php echo e(__('Continue')); ?></button>
</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/step3.blade.php ENDPATH**/ ?>