@extends('./admin.nav')
@section('contents')
Profil Operateur en CDI
- Structure : {{$clients->structure}}
- Numero Telephone : {{$clients->telephone}}
@if($cdds )
@if($diffInDays > 5)
- CDD En Cours ({{$diffInDays}})
@else
- CDD Presque Terminer ({{$diffInDays}})
@endif
- Date Debut : {{$cdds->debut}}
- Date Fin : {{$cdds->dateFin}}
- Produits : {{$cdds->produit}}
- Local : {{$local->typeLocale}} - {{$local->ficheTechnique}}
- Type de payement : {{$cdds->typePaiement}}
- forfait : {{$forfait->tarif}} par {{$forfait->unite}}
- Duree : {{$cdds->duree}} * {{$forfait->unite}}
@endif
@if($cdis)
Contrat a Duree Indetermine
- Magasin : {{$local_CDI['typeLocale']}}
- fiche Technique : {{$local_CDI['ficheTechnique']}}
- pas de Porte : {{$local_CDI['PasDePorte']}} F CFA
- caution : {{$local_CDI['caution']}} F CFA
- charge Locative : {{$local_CDI['chargeLocative']}} F CFA
- Quantite Affecter : {{$local_CDI['quantiteAffecter']}}
- MOntant Total Mensuel : {{$local_CDI['quantiteAffecter']*$local_CDI['chargeLocative']}} F CFA
- Serie : {{$cdis->serie}}
- Remise en %: {{$cdis->loyeRemise}}
- Date : {{$cdis->dateencaisse}}
- Vestibulum at eros
@endif
@endsection