@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "VISUALISER LA LISTE DES BACHELIERS", // "showNav" => true, "nav" => [ "Dashboard" => route("home"), "Liste des bacheliers" => "", ], "btnText" => "GestStudent v17.04", ] ]) @section('title', "Liste des bacheliers | GestStudent Admin") @section('css') @endsection @section('content') @if(session()->has('error'))
| Numéro de table | Nom & Prénom | Niveau | Filière | Période | Statut | {{--Actions | --}}
|---|---|---|---|---|---|---|
| {{$user->numeroBac}} | {{$infosBAC[$user->numeroBac]->first()->nom . ' ' . $infosBAC[$user->numeroBac]->first()->prenom}} | @if($user->niveauFormation == 1) {{'L1'}} @elseif($user->niveauFormation == 2) {{'M1'}} @else {{'D1'}} @endif | {{$user->sigleFilieres}} | {{$user->anDiplom}} | {{$statuts[$user->idStatut]}} | {{-- --}}
{{--
| --}}