@extends('layouts.squelette') @section('meta') @endsection @section('titre') {{ __("Tableau de bord") }} @endsection @section('titre_page') {{ __("Tableau de bord") }} @endsection @section('contenu')
{{--

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

--}}

{{ __('Mes post-it') }}

{{ __('Voir toutes les notes') }}
@foreach($notes as $note)
User Image #{{$note->int_number}}
  • {{ __(' Enseigne :') }} {{$note->sig_socialReason}}
  • {{ __('Site :') }} {{$note->sit_name}}
    {{$note->int_title}} {!! $note->intMes_noteAlertDate!='' ? '
    '.date_en_fr($note->intMes_noteAlertDate) : '' !!}
  • {{-- --}}
    @endforeach

    {{ __('Informations et messages') }}

    @if(auth()->user()->id!='49')

    {{ __('Chiffre d\'affaires maintenance') }}

    @endif @if ( (auth()->user()->role=='admin') ||(auth()->user()->id=='49') )

    {{ __('Chiffre d\'affaires GPType') }}

    @endif @if(auth()->user()->role=='admin')

    {{ __('Chiffre d\'affaires global') }}

    @endif
    @php $i=1; $j=0; @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 }}

    {{ __('Contrats') }}





    @endsection @section('js_footer') @endsection @section('modale')