@extends('layouts.base') @section('title', 'Geststudent') @section('css') {{-- include page's specific styles here --}} @endsection @section('content')
ANNÉE-ACADÉMIQUE

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

EFFECTIF TOTAL

{{ $data['effectif'] }}

FILLES

{{ $data['femme'] }}

GARÇONS

{{ $data['homme'] }}

Option Automatique de numérisation

Option Semi-Automatique de numérisation

METTRE A JOUR VOTRE COMPTE
# PHOTO Matricule NOM & PRENOM USERNAME EMAIL TELEPHONE CATEGORIE MANAGE
1 {{ $data['matricule'] }} {{ $data['nom_prenom'] }} {{ Session::get('RESULTAT_USERNAME') }} {{ $data['email'] }} {{ $data['tel'] }}
@endsection @section('script') {{-- include page's specific scripts here --}} @endsection