|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/erp.theinteractive.co.in/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('template_title'); ?>
<?php echo e(trans('installer_messages.environment.menu.templateTitle')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('title'); ?>
<i class="fa fa-cog fa-fw" aria-hidden="true"></i>
<?php echo trans('installer_messages.environment.menu.title'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('container'); ?>
<p class="text-center">
<?php echo trans('installer_messages.environment.menu.desc'); ?>
</p>
<div class="buttons">
<a href="<?php echo e(route('LaravelInstaller::environmentWizard')); ?>" class="button button-wizard">
<i class="fa fa-sliders fa-fw" aria-hidden="true"></i> <?php echo e(trans('installer_messages.environment.menu.wizard-button')); ?>
</a>
<a href="<?php echo e(route('LaravelInstaller::environmentClassic')); ?>" class="button button-classic">
<i class="fa fa-code fa-fw" aria-hidden="true"></i> <?php echo e(trans('installer_messages.environment.menu.classic-button')); ?>
</a>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('vendor.installer.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/erp.theinteractive.co.in/resources/views/vendor/installer/environment.blade.php ENDPATH**/ ?>