@extends('layouts.app') @section('content')
| # | Nom | Statut | Créé le | Actions | |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $employee->name }} | {{ $employee->email }} | @if($employee->is_active ?? true) ✅ Actif @else ❌ Inactif @endif | {{ $employee->created_at->format('d/m/Y') }} |
|
Aucun employé pour le moment
Ajoutez votre premier employé ci-dessus