@if (!isset($isPdf) || !$isPdf)
< Précédent
@endif
@php $boursetype = '' @endphp @if($typeBourse == 'bourse') @php $boursetype = "BOURSES"; @endphp @elseif($typeBourse == 'assurance_maladie') @php $boursetype = "ASSURANCES MALADIES"; @endphp @elseif($typeBourse == 'inscription_scolaire') @php $boursetype = "INSCRIPTIONS SCOLAIRES"; @endphp @else @php $boursetype = "RAPATRIEMENTS BAGAGES"; @endphp @endif ÉTAT COLLECTIF DE VIREMENT DES {{$boursetype}} 2024/2025
(ATTRIBUTION)

@php $totalAmount = 0; session(['applications' => $applications]); // Vérifier si le tableau n'est pas vide avant d'accéder à une clé if (!empty($applications)) { $serviceSelected = $applications[0]['serviceselected'] ?? null; $service = ($serviceSelected == 1) ? "MESRS" : "MSTFPA"; } else { $serviceSelected = null; $service = "Service inconnu"; // Valeur par défaut si aucun service sélectionné } @endphp {{$service}}

Monsieur le Chef de la B.N.P est prié de bien vouloir effectuer les virements
ci-après et d'en débiter le compte n°30004/00892/0001043983/21 Ambassade de Côte d’Ivoire - "Service Étudiants"

N° {{$numeroOrdre}}/SCETU/18/02

@inject('numberHelper', 'App\Helpers\NumberHelper') @foreach ($applications as $index => $application) @php $totalAmount += (float) str_replace(',', '.', $application['amount']); $totalAmountEuro = $totalAmount / 655.957; $totalAmountLettres = $numberHelper->convertirEnLettres($totalAmountEuro); @endphp @endforeach
Noms et Prénoms Montant Euro Banque N° Compte
{{ $index + 1 }} {{ $application['student_name'] }} 0,00 € {{ $application['bank'] }} {{ $application['account'] }}
Total 0,00 €

ARRÊTÉ LE PRÉSENT ÉTAT À LA SOMME DE : {{$totalAmountLettres}}

Le Conseiller
Chef de Service Adjoint
Direction du Personnel Administratif
  • circular-logo-img
  • {{ $sign }}
    {{ $supervisorName }}
    {{ $supervisorTitle }}
    {{ $supervisorApprovalTime }}

LE REGISSEUR D'AVANCE
{{$payorName}}
@if (!isset($isPdf) || !$isPdf)
@csrf
@endif