@extends('backend/include/layout') @section('title') Liste des inscrits || {{ env('APP_NAME') }} @endsection @section('fil-arial')
| # | Catégorie | Nom et Prénom(s) | Rubrique | Montant | Date inscription | Statut |
|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $detail->getRubriquetarif->getCategorie->libelle }} | {{ $incription->nom }} {{ $incription->prenoms }} | {{ $detail->getRubriquetarif->getTyperubrique->libelle }} | {{ number_format($detail->montant, 0, ',', '.') }} F CFA | {{ $detail->created_at }} | {{ $detail->getStatutpaiement->libelle }} |
Paiement effectué par : {{ $paiement->nom }}
{{ $paiement->prenoms }}
Email : {{ $paiement->email }}
Total = {{ $total }} F CFA