@extends('layouts.app') @section('title', $employe->nom) @section('breadcrumb', 'RH / '.$employe->nom) @section('content')
| Mois | Brut | CNSS | IRPP | Net | Statut |
|---|---|---|---|---|---|
| {{ $p->mois }} | {{ number_format($p->salaire_brut,3,',',' ') }} | {{ number_format($p->cnss,3,',',' ') }} | {{ number_format($p->irpp,3,',',' ') }} | {{ number_format($p->salaire_net,3,',',' ') }} | {{ ucfirst($p->statut) }} |
| Aucune fiche | |||||
| Type | Début | Fin | Jours | Statut |
|---|---|---|---|---|
| {{ ucfirst(str_replace('_',' ',$c->type)) }} | {{ $c->date_debut->format('d/m/Y') }} | {{ $c->date_fin->format('d/m/Y') }} | {{ $c->nombre_jours }} | {{ ucfirst($c->statut) }} |
| Aucun congé | ||||