@extends('dashboard.layout.base') @section('content')
Liste des Profs
@include('dashboard.component.dashboard_error') @include('dashboard.component.notifications') @if(count($profs) > 0)
@foreach($profs as $prof) @endforeach
Nom: Téléphone Email Permanente/Vacataire : Modifier Supprimer
{{ $prof->first_name }} {{ $prof->last_name }} {{ $prof->phone }} {{ $prof->email }} {{ $prof->role }}
@else

Vous n'avez aucune prof

@endif
@include('dashboard.component.copyright')
@endsection @push('styles') @endpush @push('scripts') @endpush