|
|
code_contrat | code_unique | Personnel | offre | numero | date_debut | nombre_mois | date_fin | montant_mensuel |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $f->code_contrat }} | {{ $f->code_unique }} | {{ $f->personel?->full_name() }} | {{ $f->offre }} | {{ $f->numero }} | {{ $f->date_debut }} | {{ $f->nombre_mois }} | {{ date('Y-m-t', strtotime($f->date_debut . ' + ' . $f->nombre_mois . ' months')) }} | {{ $f->montant_mensuel }} |
| Date | @foreach ($orangemois as $f)