{{ __('Pending jobs in the queue') }}
{{ __('ID') }} | {{ __('Queue') }} | {{ __('Job Class') }} | {{ __('Attempts') }} | {{ __('Available At') }} | {{ __('Created At') }} | {{ __('Actions') }} |
---|---|---|---|---|---|---|
#{{ $job->id }} | {{ $job->queue ?? 'default' }} | {{ $shortJobClass }} | {{ $job->attempts }} | {{ $job->available_at ? \Carbon\Carbon::createFromTimestamp($job->available_at)->format('M d, H:i') : __('Now') }} | {{ \Carbon\Carbon::createFromTimestamp($job->created_at)->format('M d, H:i') }} |
{{ __('There are no pending jobs in the queue.') }}