@foreach($abonnements as $f) @endforeach
code_contrat code_unique Personnel Direction offre numero date_debut nombre_mois date_fin montant_mensuel
{{$f->code_contrat}} {{$f->code_unique}} {{$f->personel?->full_name()}} {{$f->personel?->direction}} {{$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}}