Réçu de paiement
REPUBLIQUE DE COTE D'IVOIRE
Union - Discipline - Travail


N° {{ random_int(100, 1000).' - 01' }}
{{mb_strtoupper('centre thalith')}}
qr-code-image
Réçu de paiement
{{--
Nom et Prénoms
--}} {{ strtoupper($student->student->first_name) .' '. ucwords($student->student->last_name) }}
Date et lieu de naissance
{{ $student->student->date_birth ? date('d/m/Y', strtotime($student->student->date_birth)).' '.($student->student->birth ? 'à '.ucwords($student->student->birth):'A definir'):'A definir' }}
Genre
{{ $student->student->sexe == 'F' ? 'Feminin':'Masculin' }}
Niveau d'étude
{{ ucwords($student->level->code) }} - {{ ucwords($student->originSchool->libelle) }}
Parent
{{ ($student->student->studentParent->civility == 'm' ? 'M. ':'Mde ').strtoupper($student->student->studentParent->first_name) .' '. ucwords($student->student->studentParent->last_name) }}
Téléphone
{{ $student->student->studentParent->phon1 }} {{$student->student->studentParent->phon ? ' - '.$student->student->studentParent->phon2:null}}

{{ $student->student->matricule }}

team-member-image
@php $i = 1; $total = 0; @endphp @foreach ($datas as $item) @endforeach
Intitulé Durée Période Coût
{{ $i <= 9 ? '0'.$i++:$i++ }} {{ ucfirst($item->parametre->libelle) }} {{ $item->section_id ? ' - Section '.$item->section->order:null }} {{ $item['number'].' mois' }} Du {{ $item['section_id'] ? (date('d/m/Y', strtotime($item->section->debut)).' au '.date('d/m/Y', strtotime($item->section->fin))): (date('d/m/Y', strtotime($item->debut)).' au '.date('d/m/Y', strtotime($item->fin))) }} @php $mnt = $item['section_id'] ? $item->parametre->montant : ($item->parametre->montant ? ($item->parametre->montant * (int)$item['number']):0); $total += $mnt; @endphp {{ $mnt ? formatMontant($mnt):'00' }}F
Montant payé {{ $total ? formatMontant($total):'00' }}F
Abidjan, le {{ date('d/m/Y') }}.