@extends('admin.layouts.grid') @section('section', translate('System')) @section('title', translate('Cron Job')) @section('container', 'container-max-lg') @section('content')
{{ translate('Command') }}
@if (@$settings->cronjob->last_execution)
{{ str('Last Execution: {datetime}')->replace('{datetime}', dateFormat(@$settings->cronjob->last_execution)) }}
@endif
{{ translate('The cron job command must be set to run every minute') }} ( * * * * * ).
@csrf
@csrf
@push('scripts_libs') @endpush @endsection