@extends('layouts.master') @section('title', 'Allcontrats') @section('parentPageTitle', 'Allcontrats') @section('page-style') @stop @section('content')
| No | Matri | Employé | Date d'embauche | Date de retraite | Taux FPC | Montant FPC | Caisse Soc | Salaire actuel | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{$index++}} | {{ $i->matricule }} | {{$i->name}} | {{$i->dateDebut_contrat ? \Carbon\Carbon::parse($i->dateDebut_contrat)->format('d/m/Y') : ''}} | {{$i->dateFin_contrat ? \Carbon\Carbon::parse($i->dateFin_contrat)->format('d/m/Y') : ''}} | {{$i->taux_fpc}} | {{$i->montant_fpc}} | {{$i->caisse_sociale}} | {{$i->salaire_mensuel}} | @if(!empty($i->path_contrat)) Afficher @endif |