@extends('layout') @section('css') @endsection @section('content')
@if (Auth::user()->role!='evaluateur')

{{ $nbCollectivite }}

Collectivités Territoriales

Plus d'infos

{{ $nbJournaliste }}

Journalistes et Communicants

Plus d'infos

{{ $nbUniversitaire }}

Universitaires et Chercheurs

Plus d'infos
{{--
Nombre de Soumision par categorie
--}}
Nombre de Soumision par catégorie CT
Nombre de Soumision des Journalistes par categorie
@else


@endif
LISTE DES SOUMISSIONS DES COLLECTIVITES TERRITORIALES
@if (session()->has('message'))
{{ session()->get('message') }}
@endif @if (Auth::user()->role=='evaluateur') @endif @if (Auth::user()->role=='evaluateur') @endif @if (Auth::user()->role!='evaluateur') @endif @foreach ($collectivites as $user) @if (Auth::user()->role=='evaluateur') @else @endif @endforeach
date Catégorie Collectivite - Territoriale Titre de l'expérienceEvaluerNoteActions
{{ Carbon\Carbon::parse($user->collectivite->created_at)->format('d-m-Y') }} @if(!empty( $user->collectivite->categorie->nomc )) {{ $user->collectivite->categorie->nomc }} @endif {{ $user->collectivite->nom }} @foreach ($user->collectivite->descriptions as $description ) {{ $description->titre }} @endforeach @if (sizeOf($user->notes) > 0) @foreach ($user->notes as $note) @if ($note->nobje==0 || $note->ndesc==0 || $note->npert==0 || $note->ncorh==0 || $note->ndura==0 || $note->nmeth==0 || $note->neffi==0 || $note->nefce==0 || $note->ncapt==0 || $note->nefpp==0 || $note->nefpa==0 || $note->nutfu==0 || $note->nviab==0 || $note->ndiff==0 || $note->nelem==0 || $note->ndefi==0 || $note->noppo==0 || $note->nrabp==0 || $note->nrame==0) @else @endif @endforeach @else @endif @if (sizeOf($user->notes) > 0) @foreach ($user->notes as $note) @if ($note->nobje!=0 && $note->ndesc!=0 && $note->npert!=0 && $note->ncorh!=0 && $note->ndura!=0 && $note->nmeth!=0 && $note->neffi!=0 && $note->nefce!=0 && $note->ncapt!=0 && $note->nefpp!=0 && $note->nefpa!=0 && $note->nutfu!=0 && $note->nviab!=0 && $note->ndiff!=0 && $note->nelem!=0 && $note->ndefi!=0 && $note->noppo!=0 && $note->nrabp!=0 && $note->nrame!=0) {{number_format(( $note->nobje + $note->ndesc + $note->npert + $note->ncorh + $note->ndura + $note->nmeth + $note->neffi + $note->nefce + $note->ncapt + $note->nefpp + $note->nefpa + $note->nutfu + $note->nviab + $note->ndiff + $note->nelem + $note->ndefi + $note->noppo + $note->nrabp + $note->nrame)/ 19,1) }} @endif @endforeach @endif
{{ Carbon\Carbon::parse($user->created_at)->format('d-m-Y') }} @if(!empty( $user->categorie->nomc )) {{ $user->categorie->nomc }} @endif {{ $user->nom }} @foreach ($user->descriptions as $description ) {{ $description->titre }} @endforeach
LISTE DES SOUMISSIONS DES JOURNALISTES - COMMUNICANTS
@if (Auth::user()->role=='evaluateur') @endif @if (Auth::user()->role=='evaluateur') @endif @if (Auth::user()->role!='evaluateur') @endif @foreach ($journalistes as $journaliste) @if (Auth::user()->role=='evaluateur') @else @endif @endforeach
date Catégorie Titre Prenom - Nom de l'auteurEvaluerNoteActions
{{ Carbon\Carbon::parse($journaliste->journaliste->created_at)->format('d-m-Y') }} {{ $journaliste->journaliste->genre }} {{ $journaliste->journaliste->titre }} {{ $journaliste->journaliste->nom }} @if (sizeOf($journaliste->notejs) > 0) @foreach ($journaliste->notejs as $note) @if ($note->nexpe==0 || $note->nappp==0 || $note->nonte==0 || $note->nipea==0 || $note->ndesc==0 || $note->ncontr==0 || $note->nqrsm==0 || $note->nprat==0 || $note->nlprod==0) @else @endif @endforeach @else @endif @if (sizeOf($journaliste->notejs) > 0) @foreach ($journaliste->notejs as $note) @if ($note->nexpe!=0 && $note->nappp!=0 && $note->nonte!=0 && $note->nipea!=0 && $note->ndesc!=0 && $note->ncontr!=0 && $note->nqrsm!=0 && $note->nprat!=0 && $note->nlprod!=0) {{number_format(( $note->nexpe + $note->nappp + $note->nonte + $note->nipea + $note->ndesc + $note->ncontr + $note->nqrsm + $note->nprat + $note->nlprod)/ 9,1) }} @endif @endforeach @endif
{{ Carbon\Carbon::parse($journaliste->created_at)->format('d-m-Y') }} {{ $journaliste->genre }} {{ $journaliste->nom }} {{ $journaliste->email }}
LISTE DES SOUMISSIONS DES UNIVERSITAIRES - CHERCHEURS
@if (Auth::user()->role=='evaluateur') @endif @if (Auth::user()->role=='evaluateur') @endif @if (Auth::user()->role!='evaluateur') @endif @foreach ($universitaires as $universitaire) @if (Auth::user()->role=='evaluateur') @else @endif @endforeach
date Nom Email TéléphoneEvaluerNoteActions
{{ Carbon\Carbon::parse($universitaire->universitaire->created_at)->format('d-m-Y') }} {{ $universitaire->universitaire->nom }} {{ $universitaire->universitaire->email }} {{ $universitaire->universitaire->tel }} @if (sizeOf($universitaire->notecus) > 0) @foreach ($universitaire->notecus as $note) @if ($note->npert==0 || $note->ncohe==0 || $note->npbpr==0 || $note->ndscm==0) @else @endif @endforeach @else @endif @if (sizeOf($universitaire->notecus) > 0) @foreach ($universitaire->notecus as $note) @if ($note->npert!=0 && $note->ncohe!=0 && $note->npbpr!=0 && $note->ndscm!=0) {{number_format(( $note->npert + $note->ncohe + $note->npbpr + $note->ndscm )/ 4,1) }} @endif @endforeach @endif
{{ Carbon\Carbon::parse($universitaire->created_at)->format('d-m-Y') }} {{ $universitaire->nom }} {{ $universitaire->email }} {{ $universitaire->tel }}
@endsection @section('script') @endsection