7ème Congrès
D403A4
FACTURE
N° {{$paiement->reference}}
Nom : {{$paiement->getInscription->prenoms}} {{$paiement->getInscription->nom}} Date : {{ \Carbon\Carbon::parse($paiement->getInscription->created_at)->format('d/m/Y') }}
Tel : {{$paiement->getInscription->telephone}} - E-mail : {{$paiement->getInscription->email}}
{{$paiement->getInscription->ville}}, @if($paiement->getInscription->code_iso) {{$paiement->getInscription->getPays->nom_pays}} @endif
@php $i=0; $montant_total = 0; @endphp @foreach($liste_packages as $item) @php $i = $i+1; @endphp @php $inscription = App\Models\Inscriptions::find($item->paiement_de); @endphp @php $montant_total = $montant_total + $item->montant; @endphp @endforeach
# Paiment au profit de Rubrique Montant
{{ $i }}{{ $item->getRubriquetarif->getCategorie->libelle }} {{ $inscription->nom}} {{ $inscription->prenoms}} {{ $item->getRubriquetarif->getTyperubrique->libelle }} {{ number_format($item->montant, 0, ',', '.') }}
Montant total hors taxe {{ number_format($montant_total, 0, ',', '.') }}

Montant en lettres : {{ $formatter->format($montant_total) }} ({{ number_format($montant_total, 0, ',', '.') }}) francs CFA (XOF).

 

@php $date = date('d M Y'); @endphp
   
Le Comité d’Organisation