@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']}}
- Serie : {{$cdis->serie}}
- Remise en %: {{$cdis->loyeRemise}}
- Date : {{$cdis->dateencaisse}}
- Vestibulum at eros
@endif
@endsection