@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') }}

--}}

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

@foreach($todos as $todo)
{!! $todo->name !!}
{!! $todo->todLis_text !!}
@endforeach @if (Session::get('gestion_portefeuilles')=='oui') @foreach($infos_wallets as $info)
{!! $info->wal_name !!}
{!! $info->wal_informations !!} @if(auth()->user()->role=='responsable') {{-- @if($info->wal_informations!='') @else @endif --}} @endif
@endforeach @endif

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

Voir toutes les notes
@foreach($notes as $note)
User Image #{{$note->int_number}} Site : {{$note->sit_name}}
{{$note->int_title}} {{ $note->intMes_noteAlertDate!='' ? '
'.date_en_fr($note->intMes_noteAlertDate) : '' }}
{{-- --}}
@endforeach {{--
@foreach($notes as $note) @if($note->intMes_noteDone == 0) @else @endif @endforeach
--}}
@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')