@extends('layouts.admin.admin') @section('page-specific-styles') @endsection @section('title', 'Job') @section('content')
Job

{{-- Dispatch All --}} @foreach ($jobs as $job) @endforeach
Payload Attempts Created At Action
{{ json_decode($job->payload)->displayName ?? null }} {{ $job->attempts }} {{ date(config('custom.dfyhia2'), $job->created_at) }}

Retry All @foreach ($failed_jobs as $fjob) @endforeach
Id Connection Queue Payload Attempts Action
{{ $fjob->id }} {{ $fjob->connection }} {{ $fjob->queue }} {{--
@csrf @method('DELETE')
--}}
@stop @section('scripts') @endsection