@extends('admin.layout.master') @section('content')

Crons

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
{{-- --}} @foreach ($cron as $c) {{-- --}} @endforeach
No. Cron NameCron UrlCron 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
@endsection