@extends('admin.layouts.app') @section('panel')
@lang('Name') @lang('Interval') @lang('Status') @lang('Actions') @forelse ($schedules as $schedule) {{ __($schedule->name) }} {{ __($schedule->interval) }} @lang('Seconds') @php echo $schedule->statusBadge; @endphp
@if (!$schedule->status) @else @endif
@empty @endforelse

@lang('Add Cron Schedule')

@csrf
@lang('Seconds')
@endsection @push('breadcrumb-plugins')
@endpush @push('script') @endpush