@php use Carbon\Carbon; $table_id = rand(1,9999); $faild_jobs = $items->get(); @endphp @extends('layouts.admin') @section('main-content')
{{$value}} | @endforeach||
---|---|---|
@php
$data = json_decode(strip_tags($row->payload));
$command = strip_tags(str_replace(['{', '}', '"'], '', $data->data->command));
@endphp
{{ mb_substr(strip_tags($command) ?? '', 0, 80) }}...
|
@if(request()->input('view') == 'EmailFailedJob')
@php
$exception = str_replace(['{', '}', '"'], '', $row->exception);
@endphp
{{ mb_substr($exception ?? '', 0, 80) }}...
|
@endif
@if(request()->input('view') == 'EmailFailedJob') {{ $row->failed_at }} @else {{ $row->attempts }} @endif |