@extends('adminlte::page') @section('title', 'Cron Schedule') @section('content_header') @stop @section('content')
| Day | Events Scheduled | Duration | Status |
|---|---|---|---|
| {{ $cfg['day'] }} @if($isToday) Today @elseif($daysUntil == 0) Today @else in {{ $daysUntil }}d @endif | @foreach($cfg['events'] as $ev) {{ $ev }} @endforeach | {{ $cfg['duration'] }} | @if($daysUntil == 0 && $nowLa->format('H:i') < '04:50') @elseif($isToday && $nowLa->format('H:i') >= '04:50') @else @endif |