@extends('backend.layouts.master') @section('title') Evaluations @endsection @section('css') @endsection @section('body')
@endsection @section('content')| {{ $question->text }} | @endforeachDate | Nom | Prénom | Domaine | Spécialité | Téléphone | Gouvernorat | Pays | {{--Score | --}}|||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| type === 'choix') data-order="{{ $answer->choice->score ?? 0 }}" @endif> @if ($answer) @if ($question->type === 'choix') {{ $answer->choice?->label ?? 'Non répondu' }} @php $totalScore += $answer->choice?->score ?? 0; @endphp @else {{ $answer->text_answer ?? 'Non répondu' }} @endif @else Non répondu @endif | @endforeach{{ $submissionAnswers->first()->created_at->format('d/m/Y H:i') ?? '-' }} | {{ $user->firstname ?? '' }} | {{ $user->name ?? '' }} | {{ $user->domain ?? '' }} | {{ $user->specialty ?? '' }} | {{ $user->email ?? '' }} | {{ $user->phone ?? '' }} | {{ $user->gouvernorat ?? '' }} | {{ $user->country ?? '' }} | {{--Domaine | Spécialité | Téléphone | Gouvernorat | Pays | --}} {{--{{ $totalScore }} | --}}