@extends('layouts.app') @section('title', 'Ressources Humaines') @section('breadcrumb', 'RH / Employés') @section('content')
| Matricule | Nom | Poste | Département | Salaire base | Date entrée | Statut | Actions |
|---|---|---|---|---|---|---|---|
{{ $e->matricule }} |
{{ $e->nom }} | {{ $e->poste ?? '-' }} | {{ $e->departement ?? '-' }} | {{ number_format($e->salaire_base,3,',',' ') }} | {{ $e->date_entree?->format('d/m/Y') ?? '-' }} | {{ $e->actif ? 'Actif' : 'Inactif' }} | |
| Aucun employé | |||||||