@extends('layout') @section('css') @endsection @section('content')

Tableau de bord Journaliste - Universitaire

@foreach ($nbJournalisteByCategorie as $journalisteByCategorie)

{{ $journalisteByCategorie->nb }}

{{ $journalisteByCategorie->genre }}

{{-- Projets en cours --}}
@endforeach
Nombre de Soumision par categorie
Nombre de Soumision par categorie
Liste des soumissions des Journalistes et Communicants
@foreach ($journalistes as $journaliste) @endforeach
Categorie Journaliste titre Correcteur Moyenne Actions
{{ $journaliste->genre }} {{ $journaliste->nom }} {{ $journaliste->titre }} @foreach ($journaliste->affecterjs as $affecter )

{{ $affecter->user->name }} @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{number_format(( $note->nexpe + $note->nappp + $note->nonte + $note->nipea + $note->ndesc + $note->ncontr + $note->nqrsm + $note->nprat + $note->nlprod )/ 9,1) }} @endforeach @endif

@endforeach
@foreach($listeMoyenne as $key => $moyenne) @if ($key==$journaliste->id) {{ $moyenne }} @endif @endforeach
@foreach ($affecterjs as $affecter) @endforeach
Evaluateur Categorie titre Experience Article Précedent Contexte Initiative ou autre Description Contrainte ou diffuclté Raison Soumission Meilleure Activité future Moyenne Actions
{{ $affecter->user->name }} {{ $affecter->journaliste->genre }} {{ $affecter->journaliste->titre }} @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->nlprod }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->nexpe }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->nappp }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->nonte }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->nipea }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->ndesc }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->ncontr }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->nqrsm }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{ $note->nprat }} @endforeach @else 0 @endif @if (sizeOf($affecter->notejs) > 0) @foreach ($affecter->notejs as $note) {{number_format(( $note->nexpe + $note->nappp + $note->nonte + $note->nipea + $note->ndesc + $note->ncontr + $note->nqrsm + $note->nprat + $note->nlprod )/ 9,1) }} @endforeach @endif
@endsection @section('script') @endsection