@extends('layouts.app') @section('title', 'Examiners') @section('title-flex')
Member | Examining | @foreach($areas as $a){{ $a->name }} | @endforeach|
---|---|---|---|
@can('view', $e->user) {{ $e->user->name }} ({{ $e->user->id }}) @else {{ $e->user->name }} ({{ $e->user->id }}) @endcan | {{ $e->ratings->first()->name }} | @foreach($areas as $a) @php $count = 0; @endphp @foreach($e->areas as $endorsedArea) @if($endorsedArea->id == $a->id) @php $count++; @endphpApproved | @endif @endforeach @if(!$count)@endif @endforeach |