@extends('layouts.squelette') @section('titre') {{ __('Tableau de bord') }} @endsection @section('titre_page') {{ __('Tableau de bord') }} @endsection @section('contenu') @if (droit('dashboard_recap1'))
{{ __('Coût annuel réel') }} {!! number_format($Q_CA[0]->total, 2, ',', ' ') !!} €
{{ __('Engagé annuel') }} {!! number_format(@$engage, 2, ',', ' ') !!} €
{{ __('Retard devis prestataires') }} {{ @$Q_DDP[0]->total ? $Q_DDP[0]->total.' '.trans('jours') : 'NC' }}
{{ __('Délai clôture prestataire') }} {{ @$Q_DDC[0]->total ? $Q_DDC[0]->total.' '.trans('jours') : 'NC' }}
{{ __('Délai clôture technicien') }} {{ @$Q_DID[0]->total ? $Q_DID[0]->total.' '.trans('jours') : 'NC' }}
{{ __('Délai intervention sans devis') }} {{ @$Q_DISSD[0]->total ? $Q_DISSD[0]->total.' '.trans('jours') : 'NC' }}
@endif
@php $i=1; @endphp @foreach (@$blocs_status as $statut) @php if ( ($i==1) || ($statut->staGro_id!=$groupe) ) { $groupe = $statut->staGro_id; $ecrire_groupe=1; } else {$ecrire_groupe=0; } @endphp @if ($ecrire_groupe==1) @if ($i!=1)
@endif

{{ $statut->staGro_libelleFr }}

{{ __('Maintenance préventive') }}

{{ __('Top 6 activités') }}

@if (droit('dashboard_top_sites'))

{{ __('Top 5 des sites (nb interventions)') }}

{{ __('Flop 5 des sites (nb interventions)') }}

@endif
@if (droit('dashboard_map_interventions'))

{{ __('Interventions de la semaine') }}

{{----}} {{ __('Curative') }}: {{ __('Préventive') }}:
@endif @if (droit('dashboard_graph_engage'))

{{ __('Engagé annuel') }}

{{ __('Préventive') }} {{ __('Curative') }}
@endif @if (droit('dashborad_graph_di'))

{{ __('Interventions') }}

{{ __('Préventive') }} {{ __('Curative') }}
@endif
@endsection @section('js_footer') @endsection @section('modale') @endsection