@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "DASHBOARD / ".$data['schoolName'], // "showNav" => true, "nav" => [ "Dashboard" => route("home"), "Dashboard GestStudent" => "", ], "btnText" => "GestStudent v17.04", ] ]) {{-- @extends('layouts.base') --}} @section('title', "Accueil | GestStudent Admin") @section('css') @endsection @section('content') @if(session()->has('error'))
| # | Photo | Matricule | Nom & Prénom | Username | Téléphone | Catégorie | Manage | |
|---|---|---|---|---|---|---|---|---|
| 1 |
|
{{ $data['matricule'] }} | {{ $data['nom_prenom'] }} | {{ $data['username'] }} | {{ $data['email'] }} | {{ $data['tel'] }} | Admin |