|
REPUBLIQUE DE COTE D'IVOIRE
Union - Discipline - Travail N° {{ random_int(100, 1000).' - 01' }} |
{{mb_strtoupper('centre thalith')}}
|
|
{{ $student->student->matricule }}
|
| 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 | |||