@extends('backend/include/layout') @section('title') Paiements validés || {{env('APP_NAME')}} @endsection @section('fil-arial')
| # | Nom et Prénom(s) | Télephone | Montant | Numero transaction | Date | Statut | Action | |
|---|---|---|---|---|---|---|---|---|
| {{$i++}} | @php $incription = App\Models\Inscriptions::where('id', $detail->inscription_id)->first(); $id_decrypt = Illuminate\Support\Facades\Crypt::encrypt($detail->id); @endphp{{$detail->nom}} {{$detail->prenoms}} | {{$incription->telephone}} | {{$detail->email}} | {{ number_format($detail->montant_total, 0, ',', '.') }} F CFA | {{$detail->num_transaction}} | {{$detail->created_at}} | {{$detail->getStatut_paiement->libelle}} |