@if ($viewLog == 'open') CLOSE LOG @else OPEN LOG @endif
@if ($viewLog == 'open')
@foreach ($tasks as $task) @endforeach
{{ now()->format('m/d/Y') }} Tasks

List of KIPs tasks for today.

Task Name
Cron Type
Parameters
Site
TimeStart
Time End
Actions
{{$task->task_name}}
{{$task->order}}
{{$task->cron_type}}
{{$task->cron_cat}}
{{$task->parameter ?? 'None'}} @if ($task->parameter2) | {{$task->parameter2 ?? ''}} @endif {{$task->site}} {{$task->created_at ?? 'Error Starting'}}
{{$task->time_end ?? 'Task Error'}}
@if ($task->route) {{ __('Task Page') }} @else {{ __('No Route') }} @endif {{ __('Delete') }}
@if(!empty($tasks)) {{ $tasks->links() }} @endif
@endif