@php use App\Models\CronJob; $jobs = CronJob::get(); $phpPath = exec('which php'); $project = basename(base_path()); @endphp