@if(!$valid || isset($show_all))
@include('helpers.form_control', [
'type' => 'radio',
'name' => 'php_bin_path',
'class' => '',
'label' => trans('messages.find_php_bin_path'),
'value' => $php_bin_path,
'options' => \Acelle\Library\Tool::phpPathsSelectOptions($php_paths),
'rules' => [['php_bin_path' => 'required']]
])
@include('helpers.form_control', [
'type' => 'text',
'name' => 'php_bin_path_value',
'class' => '',
'placeholder' => 'Example: /usr/local/bin/php',
'label' => trans('messages.enter_php_bin_path'),
'value' => $php_bin_path_value,
'rules' => [['php_bin_path_value' => 'required']]
])
@if ($errors->has('php_bin_path_invalid'))
Fatal error: Uncaught Error: Class 'Acelle\Library\Tool' not found in /home/appilogicx/public_html/marketing/resources/views/elements/_cron_jobs.blade.php:40
Stack trace:
#0 {main}
thrown in /home/appilogicx/public_html/marketing/resources/views/elements/_cron_jobs.blade.php on line 40