@extends('layouts.admin') @section('title', 'Cron Job Settings') @section('header', 'Cron Job Settings') @section('content')
Install the Laravel scheduler and review all scheduled work.
{{ $cronCommand }}
@if(!empty($settings['cron_installed_at']))
| Task | Type | Frequency | Command |
|---|---|---|---|
| {{ $task['name'] }} | {{ $task['type'] }} |
{{ $task['frequency'] }}
@if($task['expression'])
{{ $task['expression'] }}
@endif
|
{{ $task['command'] }} |
| No scheduled tasks found. | |||