@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Cron Jobs') }}

{{-- Dates --}}
{{ __('Dates') }}
{{-- Notes --}}
{{ __('Dates format: -30,1,3,5,10,366') }}
{{ __('Min: -30') }}
{{ __('Max: 366') }}
{{-- Set Cronjob time --}}
@csrf

{{ __('Set Cronjob time') }}

{{-- 24 hours --}}
{{ __('Hour') }}
{{-- Copy to clipboard --}}
{{ __('Your CRON Command:') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') {{-- Tom Select --}} {{-- Clipboard --}} @endsection @endsection