|
code_contrat | code_unique | Personnel | offre | numero | date_debut | nombre_mois | date_fin | montant_mensuel | Action |
---|---|---|---|---|---|---|---|---|---|---|
|
{{ $f->code_contrat }} | {{ $f->code_unique }} | {{ $f->personel?->full_name() }} | {{ $f->offre }} | {{ $f->numero }} | {{ $f->date_debut }} | {{ $f->nombre_mois }} | {{ date('Y-m-d', strtotime($f->date_debut . ' + ' . $f->nombre_mois . ' months - 1 days')) }} | {{ $f->montant_mensuel }} |
|