{{ __('Jobs that have failed and need attention') }}
{{ __('ID') }} | {{ __('Queue') }} | {{ __('Job Class') }} | {{ __('Error') }} | {{ __('Failed At') }} | {{ __('Actions') }} |
---|---|---|---|---|---|
#{{ $job->id }} | {{ $job->queue ?? 'default' }} | {{ $shortJobClass }} |
{{ $errorMessage }}
|
{{ \Carbon\Carbon::parse($job->failed_at)->format('M d, H:i') }} |
|
{{ __('Great! There are no failed jobs in the system.') }}