@extends('layouts.base') @section('title') Dashboard Tickets à Grattage @endsection @section('style') @endsection @section('content')
Total Tickets
Vendus
Disponibles
Gagnants
| Numéro Ticket | Type | Prix (FCFA) | Commission | Status | Date Vente |
|---|---|---|---|---|---|
| {{ $ticket->ticket_number }} | {{ $ticket->type }} | {{ $ticket->commission }} | {{ number_format($ticket->price,0,',',' ') }} | Disponible | {{ optional($ticket->payment_date)->format('d/m/Y') ?? '-' }} |
| Aucune donnée | |||||