@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')
| # | {{ __('Failed at') }} | {{ __('Element') }} | {{ __('Exception') }} | ||
|---|---|---|---|---|---|
| {!! $job['id'] !!} | {{ date_en_fr($job['failed_at'], true) }} | {!! $job['displayName'] !!} | {{--{!! $job['infos'] !!} | --}}{!! $job['exception_short'] !!}..... |