@extends('layouts.app') @section('title', 'Employés - Bar & Maquis') @section('content')
Gestion du personnel
| Employé | Position | Contact | Statut | Dernière connexion | Actions |
|---|---|---|---|---|---|
|
{{ substr($employee->name, 0, 1) }}
{{ $employee->name }}
{{ $employee->email }}
|
{{ ucfirst($employee->position) }} | {{ $employee->phone ?: 'Non renseigné' }} | @if($employee->is_active) Actif @else Inactif @endif | {{ $employee->last_login_at ? $employee->last_login_at->format('d/m/Y H:i') : 'Jamais' }} |