@extends('backend.layouts.master') @section('title') Attestations émises — {{ $event->bo_title }} @endsection @section('body')
@endsection @section('css') @endsection @section('content')| Participant | Sujet / Titre | Notifié | Actions | ||
|---|---|---|---|---|---|
| {{ optional($document->participant?->user)->firstname }} {{ optional($document->participant?->user)->name }} @if (!$document->participant) Sans participant @endif | {{ optional($document->participant?->user)->email ?? '—' }} @if ($document->participant && !$document->email_valid) invalide @endif | @php $sujet = $document->title ?: $document->subject_1 ?: '—'; @endphp
{{ $sujet }}
|
@if ($document->pdf_exists) Voir @else Non généré @endif @can('attestations_documents_regenerate') @endcan | @if ($document->is_email_notified) @php $lastSend = $document->sendLogs->where('status', 'success')->first(); @endphp Oui @if ($lastSend) {{ $lastSend->created_at->format('d/m/Y H:i') }} @endif @else Non @endif | @can('attestations_documents_send') @if ($document->participant) @if ($document->is_email_notified) @endif @endif @else — @endcan |