@extends('template') @section('page-title') {{$questionSet->title}} @endsection @section('tag-title') Completion @endsection @section('page-sub-title') @endsection @section('main-content')
{{$questionSet->title}}
{!! $questionSetJob->getStatus() !!}
{{$questionSetJob->user->firstname. ' '.$questionSetJob->user->lastname }} ({{$questionSetJob->user->email}})
{{$questionSetJob->location->name}}
{{$questionSetJob->getScore()}} ({{$questionSetJob->getScorePercentText()}})
{{date('d/m/Y H:i', strtotime($questionSetJob->start_at))}}
@if($questionSetJob->end_at)
{{date('d/m/Y H:i', strtotime($questionSetJob->end_at))}}
{{$questionSetJob->getDuration()}}
@endif @if($questionSetJob->finished_at)
{{$questionSetJob->getDurationBeforeFinished()}}
@endif
@if(in_array($questionSetJob->status_id, QuestionSetJob::PROCESSING_STATUTES)) Continue Rejected @else Show reporting Share Print @if($questionSetJob->is_finished==0) Finished @else Finished @endif @endif
@if($rating = $questionSetJob->getDecision())
Overall rating
@if($rating){{$rating->label}}@endif
@endif @foreach($ratingFamilies as $ratingFamily)