@extends('backend.layouts.master') @section('title') Evaluations @endsection @section('css') @endsection @section('body')
@endsection @section('content') {{-- @component('components.breadcrumb') @slot('page_title') Evaluations @endslot @slot('subtitle') Evaluations @endslot @endcomponent --}}| {{ $question->text }} | @endforeachDate | Nom | Prénom | Domaine | Spécialité | Téléphone | Gouvernorat | Pays | {{--Score | --}}|||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| type === 'choix') data-order="{{ $answer->choice->score }}" @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{{ $userAnswers->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 }} | --}}