@include('dashboard.component.dashboard_error')
@include('dashboard.component.notifications')
@if(count($profs) > 0)
Nom: |
Téléphone |
Email |
Permanente/Vacataire : |
Modifier |
Supprimer |
@foreach($profs as $prof)
{{ $prof->first_name }} {{ $prof->last_name }} |
{{ $prof->phone }} |
{{ $prof->email }} |
{{ $prof->role }} |
|
|
@endforeach
@else
Vous n'avez aucune prof
@endif
@include('dashboard.component.copyright')
@endsection
@push('styles')