MINISTERE DE L’EDUCATION NATIONALE ET DE L’ALPHABETISATION

....................

{{$school->school->name_school}}

....................................

Logo établissement
{{$school->addres_postal}} (Cote d'Ivoire)
+225 {{$school->phon_school}}
{{$school->address_email}}

REPUBLIQUE DE COTE D'IVOIRE

Union - Discipline - Travail

armoirie ivoirienne

Année Scolaire {{$year->school_year}}

RAPPORT DE RENTREE

DIRECTEUR DES ETUDES

{{ $personnel['name_directeur'] }}

1- IDENTIFICATION

• IDENTIFICATION DE L’ETABLISSEMENT

DRENA {{ ucwords($school->getDren->libelle) ?? 'NEANT' }}
NOM DE L’ETABLISSEMENT {{ ucwords($school->school->name_school) ?? 'NEANT' }}
NUMÉRO DE TÉLÉPHONE {{ '+225 '.$school->phon_school ?? 'NEANT' }}
ADRESSE POSTALE {{ $school->addres_postal ?? null }}
COURRIEL {{ $school->address_email ?? 'NEANT' }}
CODE ETABLISSEMENT {{ $school->school->code_school ?? 'NEANT' }}
DATE DE CREATION {{ $school->create_school ? date('d/m/Y', strtotime($school->create_school)):'NEANT' }}
DATE D’OUVERTURE {{ $school->open_school ? date('d/m/Y', strtotime($school->open_school)):'NEANT' }}
DATE D’HOMOLOGATION 1er CYCLE {{ $personnel->homologation_1 ? date('d/m/Y', strtotime($personnel->homologation_1)):'NEANT' }}
DATE D’HOMOLOGATION 2nd CYCLE {{ $personnel->homologation_2 ? date('d/m/Y', strtotime($personnel->homologation_2)):'NEANT' }}

• IDENTIFICATION DU PERSONNEL ADMINISTRATIF, D’ENCADREMENT ET DE SERVICE

@if (count($educateur) == 1) @else @endif @if (count($securites) == 1) @else @endif @if (count($entretien) == 1) @else @endif @if (count($autres) == 1) @else @endif
POSTE NOM ET PRENOMS CONTACTS
DIRECTEUR DES ÉTUDES {{ $personnel->name_directeur ?? 'NEANT'}} {{ $personnel->phon_directeur ?? 'NEANT'}}
DIRECTEUR ADJOINT {{ $personnel->name_adjoint ?? 'NEANT'}} {{ $personnel->phon_adjoint ?? 'NEANT'}}
SECRÉTAIRE {{ $personnel->name_secretaire ?? 'NEANT'}} {{ $personnel->phon_secretaire ?? 'NEANT'}}
ÉDUCATEURS{{ $educateur[0]['name'] ?? 'NEANT'}} {{ $educateur[0]['phon'] ?? 'NEANT'}} @foreach ($educateur as $educ) @endforeach
{{ $educ->name ?? 'NEANT'}}
@foreach ($educateur as $educ) @endforeach
{{ $educ->phon ?? 'NEANT'}}
CORRESPONDANT FICHIER {{ $personnel->name_fichier ?? 'NEANT'}} {{ $personnel->phon_fichier ?? 'NEANT'}}
COMPTABLE {{ $personnel->name_comptable ?? 'NEANT'}} {{ $personnel->phon_comptable ?? 'NEANT'}}
AGENTS DE SÉCURITÉ{{ $securites[0]['name'] ?? 'NEANT'}} {{ $securites[0]['phon'] ?? 'NEANT'}} @foreach ($securites as $item1) @endforeach
{{ $item1->name ?? 'NEANT'}}
@foreach ($securites as $item1) @endforeach
{{ $item1->phon ?? 'NEANT'}}
AGENT D’ENTRETIEN{{ $entretien[0]['name'] ?? 'NEANT'}} {{ $entretien[0]['phon'] ?? 'NEANT'}} @foreach ($entretien as $item3) @endforeach
{{ $item3->name ?? 'NEANT'}}
@foreach ($entretien as $item3) @endforeach
{{ $item3->phon ?? 'NEANT'}}
AUTRES AGENTS{{ $autres[0]['name'] ?? 'NEANT'}} {{ $autres[0]['phon'] ?? 'NEANT'}} @foreach ($autres as $autres) @endforeach
{{ $autre->name ?? 'NEANT'}}
@foreach ($autres as $autre) @endforeach
{{ $autre->phon ?? 'NEANT'}}

2- ORGANISATION MATERIELLE

@php $tables = ['Existant', 'Besoin']; $i = 0; @endphp @forelse ($materiels as $mtls) @php $i++; @endphp @empty @endforelse
Salles de classes ordinaires Laboratoires de Sciences Salle Informatique Bibliothèque Infirmerie TOTAL
{{ ucfirst($tables[$i]) }} {{ is_int((int)$mtls['col1']) ? ($mtls['col1'] <= 9 ? '0'.$mtls['col1']:$mtls['col1']):ucfirst($mtls['col1']) }} {{ is_int((int)$mtls['col2']) ? ($mtls['col2'] <= 9 ? '0'.$mtls['col2']:$mtls['col2']):ucfirst($mtls['col2']) }} {{ is_int((int)$mtls['col3']) ? ($mtls['col3'] <= 9 ? '0'.$mtls['col3']:$mtls['col3']):ucfirst($mtls['col3']) }} {{ is_int((int)$mtls['col4']) ? ($mtls['col4'] <= 9 ? '0'.$mtls['col4']:$mtls['col4']):ucfirst($mtls['col4']) }} {{ is_int((int)$mtls['col5']) ? ($mtls['col5'] <= 9 ? '0'.$mtls['col5']:$mtls['col5']):ucfirst($mtls['col5']) }} {{ calculTtlMls([$mtls['col1'], $mtls['col2'], $mtls['col3'], $mtls['col4'], $mtls['col5']]) }}
Données Introuvables

3- STATUT DES ELEVES

@php $tables = ['6eme', '5eme', '4eme', '3eme', 'Cycle 1', '2nde', '1ere', 'Tle', 'Cycle 2', 'Total']; $i = 0; @endphp @forelse ($statuts as $statut) @php $i++; @endphp @empty @endforelse
AFFECTES
AFFECTES
Garçons Filles Total
NON-AFFECTES
NON-AFFECTES
Garçons Filles Total
TOTAL AFFECTES ET
NON- AFFECTES
Garçons Filles Total
{{ $tables[$i]}}
{{$statut[0] <= 9 ? '0'.$statut[0]:$statut[0]}} {{$statut[1] <= 9 ? '0'.$statut[1]:$statut[1]}} {{calculTtlMls([$statut[0],$statut[1]])}}
{{$statut[2] <= 9 ? '0'.$statut[2]:$statut[2]}} {{$statut[3] <= 9 ? '0'.$statut[3]:$statut[3]}} {{calculTtlMls([$statut[2],$statut[3]])}}
{{calculTtlMls([$statut[0],$statut[2]])}} {{calculTtlMls([$statut[1],$statut[3]])}} {{calculTtlMls([$statut[0],$statut[1], $statut[2],$statut[3]])}}
Données Non Parametrées

4- EFFECTIFS DES ENSEIGNANTS PAR DISCIPLINE ET PAR GENRE

• UNIVERS SOCIAL

@php $table = ['Permanents', 'Vacataires fonctionnaires', 'Vacataires non fonctionnaires', 'Total']; $i = 0; @endphp @foreach ($socials as $social) @php $i++; @endphp @endforeach
Philo
H F
Hist - Géo
H F
EDHC
H F
TOTAL
H F T
{{ ucfirst($table[$i]) }}
{{ $social['col_1_h'] <= 9 ? '0'.$social['col_1_h']:$social['col_1_h'] }} {{ $social['col_2_f'] <= 9 ? '0'.$social['col_2_f']:$social['col_2_f'] }}
{{ $social['col_3_h'] <= 9 ? '0'.$social['col_3_h']:$social['col_3_h'] }} {{ $social['col_4_f'] <= 9 ? '0'.$social['col_4_f']:$social['col_4_f'] }}
{{ $social['col_5_h'] <= 9 ? '0'.$social['col_5_h']:$social['col_5_h'] }} {{ $social['col_6_f'] <= 9 ? '0'.$social['col_6_f']:$social['col_6_f'] }}
{{ $social['total_h'] }} {{ $social['total_f'] }} {{ ($social['total_h'] + $social['total_f']) <= 9 ? '0'.($social['total_h'] + $social['total_f']):($social['total_h'] + $social['total_f']) }}

• LANGUES

@php $table = ['Permanents', 'Vacataires fonctionnaires', 'Vacataires non fonctionnaires', 'Total']; $i = 0; @endphp @foreach ($langues as $langue) @php $i++; @endphp @endforeach
Fran
H F
Angl
H F
All
H F
Esp
H F
TOTAL
H F T
{{ ucfirst($table[$i]) }}
{{ $langue['col_1_h'] <= 9 ? '0'.$langue['col_1_h']:$langue['col_1_h'] }} {{ $langue['col_2_f'] <= 9 ? '0'.$langue['col_2_f']:$langue['col_2_f'] }}
{{ $langue['col_3_h'] <= 9 ? '0'.$langue['col_3_h']:$langue['col_3_h'] }} {{ $langue['col_4_f'] <= 9 ? '0'.$langue['col_4_f']:$langue['col_4_f'] }}
{{ $langue['col_5_h'] <= 9 ? '0'.$langue['col_5_h']:$langue['col_5_h'] }} {{ $langue['col_6_f'] <= 9 ? '0'.$langue['col_6_f']:$langue['col_6_f'] }}
{{ $langue['col_7_h'] <= 9 ? '0'.$langue['col_7_h']:$langue['col_7_h'] }} {{ $langue['col_8_f'] <= 9 ? '0'.$langue['col_8_f']:$langue['col_8_f'] }}
{{ $langue['total_h'] }} {{ $langue['total_f'] }} {{ ($langue['total_h'] + $langue['total_f']) <= 9 ? '0'.($langue['total_h'] + $langue['total_f']):($langue['total_h'] + $langue['total_f']) }}

• SCIENCES ET TECHNOLOGIE

@php $table = ['Permanents', 'Vacataires fonctionnaires', 'Vacataires non fonctionnaires', 'Total']; $i = 0; @endphp @foreach ($sciences as $science) @php $i++; @endphp @endforeach
Maths
H F
Phy-Chi
H F
SVT
H F
TICE
H F
TOTAL
H F T
{{ ucfirst($table[$i]) }}
{{ $science['col_1_h'] <= 9 ? '0'.$science['col_1_h']:$science['col_1_h'] }} {{ $science['col_2_f'] <= 9 ? '0'.$science['col_2_f']:$science['col_2_f'] }}
{{ $science['col_3_h'] <= 9 ? '0'.$science['col_3_h']:$science['col_3_h'] }} {{ $science['col_4_f'] <= 9 ? '0'.$science['col_4_f']:$science['col_4_f'] }}
{{ $science['col_5_h'] <= 9 ? '0'.$science['col_5_h']:$science['col_5_h'] }} {{ $science['col_6_f'] <= 9 ? '0'.$science['col_6_f']:$science['col_6_f'] }}
{{ $science['col_7_h'] <= 9 ? '0'.$science['col_7_h']:$science['col_7_h'] }} {{ $science['col_8_f'] <= 9 ? '0'.$science['col_8_f']:$science['col_8_f'] }}
{{ $science['total_h'] }} {{ $science['total_f'] }} {{ ($science['total_h'] + $science['total_f']) <= 9 ? '0'.($science['total_h'] + $science['total_f']):($science['total_h'] + $science['total_f']) }}

• AUTRES DISCIPLINES

@php $table = ['Permanents', 'Vacataires fonctionnaires', 'Vacataires non fonctionnaires', 'Total']; $i = 0; @endphp @foreach ($autres as $autre) @php $i++; @endphp @endforeach
Art.plas
H F
Musiq
H F
EPS
H F
Religion
H F
TOTAL
H F T
{{ ucfirst($table[$i]) }}
{{ $autre['col_1_h'] <= 9 ? '0'.$autre['col_1_h']:$autre['col_1_h'] }} {{ $autre['col_2_f'] <= 9 ? '0'.$autre['col_2_f']:$autre['col_2_f'] }}
{{ $autre['col_3_h'] <= 9 ? '0'.$autre['col_3_h']:$autre['col_3_h'] }} {{ $autre['col_4_f'] <= 9 ? '0'.$autre['col_4_f']:$autre['col_4_f'] }}
{{ $autre['col_5_h'] <= 9 ? '0'.$autre['col_5_h']:$autre['col_5_h'] }} {{ $autre['col_6_f'] <= 9 ? '0'.$autre['col_6_f']:$autre['col_6_f'] }}
{{ $autre['col_7_h'] <= 9 ? '0'.$autre['col_7_h']:$autre['col_7_h'] }} {{ $autre['col_8_f'] <= 9 ? '0'.$autre['col_8_f']:$autre['col_8_f'] }}
{{ $autre['total_h'] }} {{ $autre['total_f'] }} {{ ($autre['total_h'] + $autre['total_f']) <= 9 ? '0'.($autre['total_h'] + $autre['total_f']):($autre['total_h'] + $autre['total_f']) }}

• TOTAL ENSEIGNANT

@php $table = ['Permanents', 'Vacataires fonctionnaires', 'Vacataires non fonctionnaires', 'Total']; $i = 0; @endphp @foreach ($totals as $total) @php $i++; @endphp @endforeach
Univers
Social
H F
Langues
Langues
H F
Sciences Et Technologies
H F
Autres Disciplines
H F
Total
Total
H F T
{{ ucfirst($table[$i]) }}
{{ $total['total_1_h'] }} {{ $total['total_2_f'] }}
{{ $total['total_3_h'] }} {{ $total['total_4_f'] }}
{{ $total['total_5_h'] }} {{ $total['total_6_f'] }}
{{ $total['total_7_h'] }} {{ $total['total_8_f'] }}
{{ $total['total_h'] }} {{ $total['total_f'] }} {{ ($total['total_h'] + $total['total_f']) <= 9 ? '0'.($total['total_h'] + $total['total_f']):($total['total_h'] + $total['total_f']) }}

5- ACTIVITÉS PARASCOLAIRES

@php $tables = ['Infirmerie', 'Bibliothèque', 'Foyer', 'Coopérative', 'Théâtre', 'Club (Santé, VIH-SIDA, etc...)', 'Musique/Art Plastique']; $i = 0; @endphp @forelse ($extrats as $extrat) @php $i++; @endphp @empty @endforelse
OUI NON FONCTIONNEL NON-FONCTIONNEL
{{ ucfirst($tables[$i]) }} {{ $extrat['exists'] ? 'X':null }} {{ $extrat['exists'] ? null:'X' }} {{ $extrat['functional'] ? 'X':null }} {{ $extrat['functional'] ? null:'X' }}
Données Introuvables
*La case correspondante cochée*

6- DOUBLE VACATION

@if ($vacation) @else @endif
6eme 5eme 4eme 3eme 2ndeA 2ndeC 1ereA 1ereC 1ereD TleA TleC TleD
DOUBLE VACATION {{ $vacation['col_1'] <= 9 ? '0'.$vacation['col_1']:$vacation['col_1'] }} {{ $vacation['col_2'] <= 9 ? '0'.$vacation['col_2']:$vacation['col_2'] }} {{ $vacation['col_3'] <= 9 ? '0'.$vacation['col_3']:$vacation['col_3'] }} {{ $vacation['col_4'] <= 9 ? '0'.$vacation['col_4']:$vacation['col_4'] }} {{ $vacation['col_5'] <= 9 ? '0'.$vacation['col_5']:$vacation['col_5'] }} {{ $vacation['col_6'] <= 9 ? '0'.$vacation['col_6']:$vacation['col_6'] }} {{ $vacation['col_7'] <= 9 ? '0'.$vacation['col_7']:$vacation['col_7'] }} {{ $vacation['col_8'] <= 9 ? '0'.$vacation['col_8']:$vacation['col_8'] }} {{ $vacation['col_9'] <= 9 ? '0'.$vacation['col_9']:$vacation['col_9'] }} {{ $vacation['col_10'] <= 9 ? '0'.$vacation['col_10']:$vacation['col_10'] }} {{ $vacation['col_11'] <= 9 ? '0'.$vacation['col_11']:$vacation['col_11'] }} {{ $vacation['col_12'] <= 9 ? '0'.$vacation['col_1']:$vacation['col_1'] }}

7- PYRAMIDE ET EFFECTIFS PAR NIVEAU

• Premier cycle

@foreach ($pyramideNonRoubant1 as $item) @endforeach @foreach ($pyramideRoubant1 as $item) @endforeach
6eme 5eme 4eme 3eme Total
Nombre de classes {{ $nbreClsCl1[0] <= 9 ? '0'.$nbreClsCl1[0]:$nbreClsCl1[0] }} {{ $nbreClsCl1[1] <= 9 ? '0'.$nbreClsCl1[1]:$nbreClsCl1[1] }} {{ $nbreClsCl1[2] <= 9 ? '0'.$nbreClsCl1[2]:$nbreClsCl1[2] }} {{ $nbreClsCl1[3] <= 9 ? '0'.$nbreClsCl1[3]:$nbreClsCl1[3] }} {{ calculTtlMls([$nbreClsCl1[0], $nbreClsCl1[1], $nbreClsCl1[2], $nbreClsCl1[3]]) }}
Eleves non-redoublants
Garçons
Filles
Total
{{ $item[0] <= 9 ? '0'.$item[0]:$item[0] }}
{{ $item[1] <= 9 ? '0'.$item[1]:$item[1] }}
{{ $item[2] <= 9 ? '0'.$item[2]:$item[2] }}
Eleves redoublants
Garçons
Filles
Total
{{ $item[0] <= 9 ? '0'.$item[0]:$item[0] }}
{{ $item[1] <= 9 ? '0'.$item[1]:$item[1] }}
{{ $item[2] <= 9 ? '0'.$item[2]:$item[2] }}

• Second cycle

2nde
A C
1ere
A C D
Tle
A C D
Total
Nombre de classes
{{ $nbreClsCl2[0] <= 9 ? '0'.$nbreClsCl2[0]:$nbreClsCl2[0] }} {{ $nbreClsCl2[1] <= 9 ? '0'.$nbreClsCl2[1]:$nbreClsCl2[1] }}
{{ $nbreClsCl2[2] <= 9 ? '0'.$nbreClsCl2[2]:$nbreClsCl2[2] }} {{ $nbreClsCl2[3] <= 9 ? '0'.$nbreClsCl2[3]:$nbreClsCl2[3] }} {{ $nbreClsCl2[4] <= 9 ? '0'.$nbreClsCl2[4]:$nbreClsCl2[4] }}
{{ $nbreClsCl2[5] <= 9 ? '0'.$nbreClsCl2[5]:$nbreClsCl2[5] }} {{ $nbreClsCl2[6] <= 9 ? '0'.$nbreClsCl2[6]:$nbreClsCl2[6] }} {{ $nbreClsCl2[7] <= 9 ? '0'.$nbreClsCl2[7]:$nbreClsCl2[7] }}
{{ $nbreClsCl2[8] <= 9 ? '0'.$nbreClsCl2[8]:$nbreClsCl2[8] }}
Eleves non-redoublants
Garçons
Filles
Total
{{ $NonRoubant2[0][0] <= 9 ? '0'.$NonRoubant2[0][0]:$NonRoubant2[0][0] }} {{ $NonRoubant2[1][0] <= 9 ? '0'.$NonRoubant2[1][0]:$NonRoubant2[1][0] }}
{{ $NonRoubant2[0][1] <= 9 ? '0'.$NonRoubant2[0][1]:$NonRoubant2[0][1] }} {{ $NonRoubant2[1][1] <= 9 ? '0'.$NonRoubant2[1][1]:$NonRoubant2[1][1] }}
{{ $NonRoubant2[0][2] <= 9 ? '0'.$NonRoubant2[0][2]:$NonRoubant2[0][2] }} {{ $NonRoubant2[1][2] <= 9 ? '0'.$NonRoubant2[1][2]:$NonRoubant2[1][2] }}
{{ $NonRoubant2[2][0] <= 9 ? '0'.$NonRoubant2[2][0]:$NonRoubant2[2][0] }} {{ $NonRoubant2[3][0] <= 9 ? '0'.$NonRoubant2[3][0]:$NonRoubant2[3][0] }} {{ $NonRoubant2[4][0] <= 9 ? '0'.$NonRoubant2[4][0]:$NonRoubant2[4][0] }}
{{ $NonRoubant2[2][1] <= 9 ? '0'.$NonRoubant2[2][1]:$NonRoubant2[2][1] }} {{ $NonRoubant2[3][1] <= 9 ? '0'.$NonRoubant2[3][1]:$NonRoubant2[3][1] }} {{ $NonRoubant2[4][1] <= 9 ? '0'.$NonRoubant2[4][1]:$NonRoubant2[4][1] }}
{{ $NonRoubant2[2][2] <= 9 ? '0'.$NonRoubant2[2][2]:$NonRoubant2[2][2] }} {{ $NonRoubant2[3][2] <= 9 ? '0'.$NonRoubant2[3][2]:$NonRoubant2[3][2] }} {{ $NonRoubant2[4][2] <= 9 ? '0'.$NonRoubant2[4][2]:$NonRoubant2[4][2] }}
{{ $NonRoubant2[5][0] <= 9 ? '0'.$NonRoubant2[5][0]:$NonRoubant2[5][0] }} {{ $NonRoubant2[6][0] <= 9 ? '0'.$NonRoubant2[6][0]:$NonRoubant2[6][0] }} {{ $NonRoubant2[7][0] <= 9 ? '0'.$NonRoubant2[7][0]:$NonRoubant2[7][0] }}
{{ $NonRoubant2[5][1] <= 9 ? '0'.$NonRoubant2[5][1]:$NonRoubant2[5][1] }} {{ $NonRoubant2[6][1] <= 9 ? '0'.$NonRoubant2[6][1]:$NonRoubant2[6][1] }} {{ $NonRoubant2[7][1] <= 9 ? '0'.$NonRoubant2[7][1]:$NonRoubant2[7][1] }}
{{ $NonRoubant2[5][2] <= 9 ? '0'.$NonRoubant2[5][2]:$NonRoubant2[5][2] }} {{ $NonRoubant2[6][2] <= 9 ? '0'.$NonRoubant2[6][2]:$NonRoubant2[6][2] }} {{ $NonRoubant2[7][2] <= 9 ? '0'.$NonRoubant2[7][2]:$NonRoubant2[7][2] }}
{{ $totalNonRoubant2[0] <= 9 ? '0'.$totalNonRoubant2[0]:$totalNonRoubant2[0] }}
{{ $totalNonRoubant2[1] <= 9 ? '0'.$totalNonRoubant2[1]:$totalNonRoubant2[1] }}
{{ $totalNonRoubant2[2] <= 9 ? '0'.$totalNonRoubant2[2]:$totalNonRoubant2[2] }}
Eleves redoublants
Garçons
Filles
Total
{{ $Roubant2[0][0] <= 9 ? '0'.$Roubant2[0][0]:$Roubant2[0][0] }} {{ $Roubant2[1][0] <= 9 ? '0'.$Roubant2[1][0]:$Roubant2[1][0] }}
{{ $Roubant2[0][1] <= 9 ? '0'.$Roubant2[0][1]:$Roubant2[0][1] }} {{ $Roubant2[1][1] <= 9 ? '0'.$Roubant2[1][1]:$Roubant2[1][1] }}
{{ $Roubant2[0][2] <= 9 ? '0'.$Roubant2[0][2]:$Roubant2[0][2] }} {{ $Roubant2[1][2] <= 9 ? '0'.$Roubant2[1][2]:$Roubant2[1][2] }}
{{ $Roubant2[2][0] <= 9 ? '0'.$Roubant2[2][0]:$Roubant2[2][0] }} {{ $Roubant2[3][0] <= 9 ? '0'.$Roubant2[3][0]:$Roubant2[3][0] }} {{ $Roubant2[4][0] <= 9 ? '0'.$Roubant2[4][0]:$Roubant2[4][0] }}
{{ $Roubant2[2][1] <= 9 ? '0'.$Roubant2[2][1]:$Roubant2[2][1] }} {{ $Roubant2[3][1] <= 9 ? '0'.$Roubant2[3][1]:$Roubant2[3][1] }} {{ $Roubant2[4][1] <= 9 ? '0'.$Roubant2[4][1]:$Roubant2[4][1] }}
{{ $Roubant2[2][2] <= 9 ? '0'.$Roubant2[2][2]:$Roubant2[2][2] }} {{ $Roubant2[3][2] <= 9 ? '0'.$Roubant2[3][2]:$Roubant2[3][2] }} {{ $Roubant2[4][2] <= 9 ? '0'.$Roubant2[4][2]:$Roubant2[4][2] }}
{{ $Roubant2[5][0] <= 9 ? '0'.$Roubant2[5][0]:$Roubant2[5][0] }} {{ $Roubant2[6][0] <= 9 ? '0'.$Roubant2[6][0]:$Roubant2[6][0] }} {{ $Roubant2[7][0] <= 9 ? '0'.$Roubant2[7][0]:$Roubant2[7][0] }}
{{ $Roubant2[5][1] <= 9 ? '0'.$Roubant2[5][1]:$Roubant2[5][1] }} {{ $Roubant2[6][1] <= 9 ? '0'.$Roubant2[6][1]:$Roubant2[6][1] }} {{ $Roubant2[7][1] <= 9 ? '0'.$Roubant2[7][1]:$Roubant2[7][1] }}
{{ $Roubant2[5][2] <= 9 ? '0'.$Roubant2[5][2]:$Roubant2[5][2] }} {{ $Roubant2[6][2] <= 9 ? '0'.$Roubant2[6][2]:$Roubant2[6][2] }} {{ $Roubant2[7][2] <= 9 ? '0'.$Roubant2[7][2]:$Roubant2[7][2] }}
{{ $totalRoubant2[0] <= 9 ? '0'.$totalRoubant2[0]:$totalRoubant2[0] }}
{{ $totalRoubant2[1] <= 9 ? '0'.$totalRoubant2[1]:$totalRoubant2[1] }}
{{ $totalRoubant2[2] <= 9 ? '0'.$totalRoubant2[2]:$totalRoubant2[2] }}

8- RECAPITULATIF DES ELEVES PAR NATIONALITE

@php $tables = ['6eme', '5eme', '4eme', '3eme', 'Cycle 1', '2nde', '1ere', 'Tle', 'Cycle 2', 'Total']; $i = 0; @endphp @forelse ($students as $nbre) @php $i++; @endphp @empty @endforelse

Ivoiriens

Garçon Fille Total

Etrangers-Africains

Garçon Fille Total

Etrangers Non-Africains

Garçon Fille Total

{{ ucfirst($tables[$i]) }}

{{ $nbre['col_g_1'] <= 9 ? '0'.$nbre['col_g_1']:$nbre['col_g_1'] }}

{{ $nbre['col_f_2'] <= 9 ? '0'.$nbre['col_f_2']:$nbre['col_f_2'] }}

{{ calculTtlMls([$nbre['col_g_1'], $nbre['col_f_2']]) }}

{{ $nbre['col_g_3'] <= 9 ? '0'.$nbre['col_g_3']:$nbre['col_g_3'] }}

{{ $nbre['col_f_4'] <= 9 ? '0'.$nbre['col_f_4']:$nbre['col_f_4'] }}

{{ calculTtlMls([$nbre['col_g_3'], $nbre['col_f_4']]) }}

{{ $nbre['col_g_5'] <= 9 ? '0'.$nbre['col_g_5']:$nbre['col_g_5'] }}

{{ $nbre['col_f_6'] <= 9 ? '0'.$nbre['col_f_6']:$nbre['col_f_6'] }}

{{ calculTtlMls([$nbre['col_g_5'], $nbre['col_f_6']]) }}

Données Introuvables

• TOTAL GENERAL

@php $tables = ['6eme', '5eme', '4eme', '3eme', 'Cycle 1', '2nde', '1ere', 'Tle', 'Cycle 2', 'Total']; $i = 0; @endphp @foreach ($bilans as $nbre) @php $i++; @endphp @endforeach

TOTAL Général

Garçon Fille Total

{{ ucfirst($tables[$i]) }}

{{ $nbre['col_g_7'] }}

{{ $nbre['col_f_8'] }}

{{ calculTtlMls([$nbre['col_g_7'], $nbre['col_f_8']]) }}

9- RESULTATS AUX EXAMENS

• NOMBRE DE CANDIDATS

@php $tables = ['BEPC', 'BAC A1', 'BAC A2', 'BAC C ', 'BAC D ', 'Total BAC']; $i = 0; @endphp @forelse ($nbreCndts as $nbre) @php $i++; @endphp @empty @endforelse

Ivoiriens

Garçon Fille Total

Etrangers

Garçon Fille Total

{{ ucfirst($tables[$i]) }}

{{ $nbre['ivoirien_g'] <= 9 ? '0'.$nbre['ivoirien_g']:$nbre['ivoirien_g'] }}

{{ $nbre['ivoirien_f'] <= 9 ? '0'.$nbre['ivoirien_f']:$nbre['ivoirien_f'] }}

{{ calculTtlMls([$nbre['ivoirien_g'], $nbre['ivoirien_f']]) }}

{{ $nbre['etranger_g'] <= 9 ? '0'.$nbre['etranger_g']:$nbre['etranger_g'] }}

{{ $nbre['etranger_f'] <= 9 ? '0'.$nbre['etranger_f']:$nbre['etranger_f'] }}

{{ calculTtlMls([$nbre['etranger_g'], $nbre['etranger_f']]) }}

Données Introuvables

• NOMBRE D’ADMIS

@php $tables = ['BEPC', 'BAC A1', 'BAC A2', 'BAC C ', 'BAC D ', 'Total BAC']; $i = 0; @endphp @forelse ($adminCndts as $nbre) @php $i++; @endphp @empty @endforelse

Ivoiriens

Garçon Fille Total

Etrangers

Garçon Fille Total

{{ ucfirst($tables[$i]) }}

{{ $nbre['ivoirien_g_ad'] <= 9 ? '0'.$nbre['ivoirien_g_ad']:$nbre['ivoirien_g_ad'] }}

{{ $nbre['ivoirien_f_ad'] <= 9 ? '0'.$nbre['ivoirien_f_ad']:$nbre['ivoirien_f_ad'] }}

{{ calculTtlMls([$nbre['ivoirien_g_ad'], $nbre['ivoirien_f_ad']]) }}

{{ $nbre['etranger_g_ad'] <= 9 ? '0'.$nbre['etranger_g_ad']:$nbre['etranger_g_ad'] }}

{{ $nbre['etranger_f_ad'] <= 9 ? '0'.$nbre['etranger_f_ad']:$nbre['etranger_f_ad'] }}

{{ calculTtlMls([$nbre['etranger_g_ad'], $nbre['etranger_f_ad']]) }}

Données Introuvables

• POURCENTAGE D’ADMISSION

@php $tables = ['BEPC', 'BAC A1', 'BAC A2', 'BAC C ', 'BAC D ', 'Total BAC']; $i = 0; @endphp @forelse ($admins as $nbre) @php $i++; @endphp @empty @endforelse

Ivoiriens

Garçon Fille Total

Etrangers

Garçon Fille Total

{{ ucfirst($tables[$i]) }}

{{ $nbre['ivoirien_g_pr'] }}

{{ $nbre['ivoirien_f_pr'] }}

{{ $nbre['ivoirien_t_pr'] }}

{{ $nbre['etranger_g_pr'] }}

{{ $nbre['etranger_f_pr'] }}

{{ $nbre['etranger_t_pr'] }}

Données Introuvables

Fait à {{ ucwords($school['school_city']) }}, le {{ date('d/m/Y') }}


LE DIRECTEUR DES ETUDES

{{ $personnel['name_directeur'] }}