{{ trans('Failed Job') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
{{ trans('labels.ID') }} | {{ trans('Queue') }} | {{ trans('Payload') }} | Exception | failed_at |
---|---|---|---|---|
{{ $job->id}} | {{ $job->queue}} | {{ $job->failed_at }} |