<?php if(! \App\Helpers\Helper::exec_enabled()): ?>
<div class="alert alert-primary alert-dismissible fade show" role="alert">
<div class="alert-body">
<?php echo e($get_message); ?>
</div>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<?php endif; ?>
<div class="col-12">
<p> <?php echo __('locale.description.background_jobs'); ?> </p>
</div>
<div class="col-12">
<div class="form-body">
<?php $__currentLoopData = $paths; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $p): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="mb-1">
<div class="form-check form-check-inline">
<input type="radio" class="form-check-input" name="php_bin_path" value="<?php echo e($p); ?>" <?php if($p == $server_php_path): ?> checked <?php endif; ?>>
<label class="form-label"><?php echo e($p); ?></label>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<div class="divider divider-primary">
<div class="divider-text"><?php echo e(__('locale.labels.background_job')); ?></div>
</div>
<div class="col-12">
<p class="text-bold-600">Insert the following line to your system's contab.Please note, below timings for running the cron jobs are the recommended, you can change it if you want.</p>
</div>
<pre class="language-php" style="background-color: #fff !important">
<code class="language-php"> * * * * * <span class="current_path_value"><?php echo $server_php_path; ?></span> -d register_argc_argv=On <?php echo e(base_path()); ?>/artisan schedule:run >> /dev/null 2>&1</code>
</pre>
</div>
<?php /**PATH /home/bouloter/sms/resources/views/admin/settings/AllSettings/_background_jobs.blade.php ENDPATH**/ ?>