@extends('layouts.admin-base') @section('css') @endsection @section('under-header')
@endsection @section('content')

Liste des utilisateurs

@php $i=1; @endphp @foreach($students as $student) @php $i++; @endphp @endforeach
No
Photo
Nom
Prénom
Email
Phone
Role
Matricule
{{$i}}
{{$noms[$i-1]}}
{{$prenoms[$i-1]}}
{{$student->email}}
{{$student->phone}}
Etudiant
{{$student->matricule}}
@endsection @section('script') {{-- --}} @endsection