{{ __('Prévisionnel') }}


{{ __('Budget') }}

{{ $contract->con_budget !='0' ? $contract->con_budget.' €' : 'NC' }}

{{ __('Montant estimé total DI') }}

{{ $inter_global['0']->mt_total !='' ? $inter_global['0']->mt_total.' €' : 'NC' }}

{{ __('Nombre DI prévues') }}

{{ $contract->con_nbDiPrev !='' ? $contract->con_nbDiPrev : 'NC' }}

{{ __('Nombre DI réel') }}

{{ $inter_global['0']->nb_total }}

{{ __('Suivi exploitation') }}

{{ __('Nombre') }} {{ __('Montant total estimé') }}
{{ __('Interventions à planifier') }}
{{ @$inter_aplanifier[0]->nb_total }} {{ @$inter_aplanifier[0]->mt_total !='' ? $inter_aplanifier[0]->mt_total.' €' : 'NC' }}
{{ __('Interventions planifiées') }}
{{ @$inter_planifiees[0]->nb_total }} {{ @$inter_planifiees[0]->mt_total !='' ? $inter_planifiees[0]->mt_total.' €' : 'NC' }}
{{ __('Interventions réalisées') }}
{{ @$inter_realisees[0]->nb_total }} {{ @$inter_realisees[0]->mt_total !='' ? $inter_realisees[0]->mt_total.' €' : '0' }}


{{ __('Suivi facturation') }}

{{ __('Nombre de factures') }} {{ __('Nombre de di concernées') }} {{ __('Montant global') }}
{{ __('A payer') }}
{{ @$factus_apayer[0]->nb_total }} {{ $inter_global['0']->nb_total - @$factus_payees[0]->nb_di }} {{ @$factus_apayer[0]->mt_total !='' ? $factus_apayer[0]->mt_total.' €' : 'NC' }}
{{ __('Payées') }}
{{ @$factus_payees[0]->nb_total}} {{ @$factus_payees[0]->nb_di !='' ? $factus_payees[0]->nb_di : '0' }} {{ @$factus_payees[0]->mt_total !='' ? $factus_payees[0]->mt_total.' €' : 'NC' }}
{{ __('Total') }}
{{ @$factus_global[0]->nb_total }} {{ @$inter_global['0']->nb_total }} {{ @$factus_global[0]->mt_total !='' ? $factus_global[0]->mt_total.' €' : '0' }}


{{ __('Suivi DI') }}

@foreach($nbr_di_site as $nb_site) @endforeach
{{ __('Site') }} {{ __('Nombre de di') }}
{{$nb_site['sit_name']}}
{{$nb_site['nb_total']}}
{{--

{{ __('Réalisé curatif suite aux passage du contrat') }}


{{ __('Montant des DI') }} {{ @$stats_plan_curative[0]->mt_total !='' ? $stats_plan_curative[0]->mt_total : '0' }}€
{{ @round($pct_nb_prev_c) }}% {{ __('du prévisionnel') }}
{{ __('Nombre de DI') }} {{ @$stats_plan_curative[0]->nb_total }}
{{ @round($pct_nb_prev_c) }}% {{ __('du prévisionnel') }}
--}}
{{ __('Statuts des interventions') }}
@if(count($prestataires) > 1)
@endif
{{--
{{ __('Statuts des interventions') }}
--}} @if(isset($contract->con_typePeriode) && isset($contract->con_nbHeuresMax))

{{ __('Passage prestataire') }}

{{ __('Le tableau est basé sur la date de planification de la DI') }}
@foreach ($bloc_nbH_passagepresta as $item) @endforeach
{{ __('Nombre de DI') }} {{ __('Nb d\'heures effecutées ') }} {{ __('Heures Max à effecuter') }} {{ __('Ratio') }}
@php //procedure pour afficher la date $date_passagepresta = ''; if(isset($item['YEAR(int_planningDate)'])) { if($contract->con_typePeriode == 'J') { $chiffre = $item['DAY(int_planningDate)']; $date_passagepresta .= $chiffre.' '.\Carbon\Carbon::createFromFormat('m', $item['MONTH(int_planningDate)'])->monthName.' '; } if($contract->con_typePeriode == 'M') { $chiffre = $item['MONTH(int_planningDate)']; $date_passagepresta .= \Carbon\Carbon::createFromFormat('m', $chiffre)->monthName.' '; } $date_passagepresta .= $item['YEAR(int_planningDate)']; } //echo $date_passagepresta; @endphp {{ $item->nb_di }} {{ $item->sum_nbHeures !='' ? $item->sum_nbHeures.' h' : '0 h'}} {{ @$contract->con_nbHeuresMax.' h' }} @if( $item->taux < 50 ) @elseif( $item->taux > 50 && $item->taux < 80 ) @else @endif {{ $item->taux !='' ? $item->taux : '0' }} %
{{ __('Total') }} {{ @$total_di }} {{ $totalsum_nbHeures.' h' }} {{ @$contract->con_nbHeuresMax.' h' }} @if( @$total_taux < 50 ) @elseif( @$total_taux > 50 && @$total_taux < 80 ) @else @endif {{ @$total_taux }} %
@endif