@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }} ×
@endif @endforeach| No. | Cron Name | {{--Cron Url | --}}Cron Time | Notes | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->index+1}} | {{ $c->cron_name }} | {{--{{ $c->cron_url }} | --}}{{ date('h:i A',strtotime($c->cron_time)) }} | {{ !empty($c->notes) ? $c->notes : "-" }} | @if($c->status == 0) Inactive @else Active @endif | Details |