@extends('layout.template') @section('title', 'GestStudent') @section('title2') DASHBOARD / IITECH SARL CALAVI @endsection @section('subtitle') Dashboard 4 @endsection @section('main')

ANNÉE-ACADÉMIQUE EN COURS

  • {{ explode('-', Session::get('periode'))[0] }} - {{ explode('-', Session::get('periode'))[1] }}
  • EFFECTIF TOTAL
  • {{ $effectif[1] + $effectif[2] }}
  • FILLES
  • {{ $effectif[2] }}
  • GARÇONS
  • {{ $effectif[1] }}
  • OPTION AUTOMATIQUE DE FACTURATION

    OPTION MANUELLE DE FACTURATION

    METTRE A JOUR VOTRE COMPTE
    # PHOTO Matricule NOM & PRENOM USERNAME EMAIL TELEPHONE CATEGORIE MANAGE
    1 {{ Session::get('matricule') }} {{ Session::get('nom') }} {{ Session::get('prenom') }} {{ Session::get('COMPTABLE_USERNAME') }} {{ Session::get('email') }} {{ Session::get('phone') }}
    @endsection @section('script') @if (Session::has('error')) {{-- @php Session::forget::('error'); @endphp --}} @endif @endsection