@extends('layouts.base', $breadcrumb = [ "title" => "DASHBOARD / ".session('sigle'), "nav" => [ // "text to show" => "link", "Dashboard GestStudent" => "javascript:void(0);", // Current page is last item "Dashboard" => route('home'), ], ] ) @section('title', 'Dashboard') @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert')
| # | PHOTO | MATRICULE | NOM & PRENOM(S) | USERNAME | TÉLÉPHONE | CATÉGORIE | ACTION(S) | |
|---|---|---|---|---|---|---|---|---|
| 1 |
@if (session('cheminPhoto'))
|
{{ $user['matricule']}} | {{ $user['nom'] . ' ' .$user['prenom'] }} | {{ session('username') }} | {{ $user['email']}} | {{'('.$user['country_code'].') '. $user['phone']}} |