@extends('layouts.squelette') @section('css_header') @endsection @section('titre') @endsection @section('titre_header') @endsection @section('titre_page') {{ __("Failed jobs") }} @endsection @section('panel_boutons') @endsection @section('contenu')
@foreach ($failed_jobs as $job) {{-- --}} @endforeach
# {{ __('Failed at') }} {{ __('Element') }} {{ __('Exception') }}
{!! $job['id'] !!} {{ date_en_fr($job['failed_at'], true) }} {!! $job['displayName'] !!}{!! $job['infos'] !!}{!! $job['exception_short'] !!}.....
@endsection @section('js_footer') @endsection @section('modale') @endsection