@extends('layout') @section('content')
Evaluateur | Candidat | Categorie | Pertinence | Coherence | Planning et Budget | Dossier | Moyenne |
---|---|---|---|---|---|---|---|
{{ $affecter->user->name }} | {{ $affecter->universitaire->nom }} | Universitaire et Chercheur | @if (sizeOf($affecter->notecus) > 0) {{ $note->npert }} @else 0 @endif | @if (sizeOf($affecter->notecus) > 0) {{ $note->ncohe }} @else 0 @endif | @if (sizeOf($affecter->notecus) > 0) {{ $note->ndscm }} @else 0 @endif | @if (sizeOf($affecter->notecus) > 0) {{ $note->npert }} @else 0 @endif | @if (sizeOf($affecter->notecus) > 0) @foreach ($affecter->notecus as $note) {{number_format(( $note->npert + $note->ncohe + $note->npbpr + $note->ndscm )/ 4,1) }} @endforeach @endif |