@extends('layouts.app') @section('title', 'Billets') @section('content') @include('admin._nav')
{{ $tickets->total() }} billet(s) émis sur la plateforme
| Code | Titulaire | Événement | Type | Statut | |
|---|---|---|---|---|---|
| {{ $ticket->code }} |
{{ optional($ticket->user)->name ?? '—' }} {{ optional($ticket->user)->email }} |
{{ optional($ticket->event)->title ?? '—' }} | {{ optional($ticket->ticketType)->name ?? '—' }} | {{ $statusLabel }} | @if(in_array($ticket->status, [\App\Models\Ticket::STATUS_VALID])) @endif |
| Aucun billet ne correspond à ces filtres. | |||||