@extends('layout.template') @section('intitule') Dashboard / {{session('sigle')}} {{-- $data['schoolName'] --}} @endsection @section('breadcrumb') @endsection @section('styles') @endsection @section('main')
ANNÉE-ACADÉMIQUE

{{ session('year') - 1 }} - {{ session('year')}}-

{{-- $data['year']->periode --}}
EFFECTIF TOTAL

{{ session('effectifFille') + session('effectifGarcon') }} {{-- $data['effectif'] --}}

FILLES

{{ session('effectifFille') }} {{-- $data['femme'] --}}

GARÇONS

{{ session('effectifGarcon') }}

{{-- $data['homme'] --}}

STATISTIQUE : REPRÉSENTATION LINÉAIRE

STATISTIQUE : REPRÉSENTATION EN DIAGRAMME

@endsection @section('scripts') @endsection