@extends('backend/include/layout') @section('title') Liste des inscrits || {{env('APP_NAME')}} @endsection @section('fil-arial')
| # | Nom et Prénom(s) | Téléphone | Catégorie | Montant | Type | Date inscription | Statut | |
|---|---|---|---|---|---|---|---|---|
| {{$i++}} | {{$incription->nom}} {{$incription->prenoms}} | {{$incription->email}} | {{$incription->telephone}} | {{$detail->getRubriquetarif->getCategorie->libelle}} | {{ number_format($detail->montant, 0, ',', '.') }} | {{$detail->getRubriquetarif->getTyperubrique->libelle}} | {{$detail->updated_at}} | {{$detail->getStatutpaiement->libelle}} |