@extends('layouts.app') @section('title', 'My Submissions') @push('styles') @endpush @section('content')
All feedback surveys you have collected and submitted.
| # | Project | Respondent | Location | Language | Points | Recognition | Submitted |
|---|---|---|---|---|---|---|---|
| {{ ($responses->currentPage() - 1) * $responses->perPage() + $i + 1 }} |
{{ $response->project->name }}
{{ $response->respondentType->name }}
|
@if($response->employeeCollector)
{{ $response->employeeCollector->respondent_name ?? '—' }}
@if($response->employeeCollector->respondent_phone)
{{ $response->employeeCollector->respondent_phone }}
@endif
@else
—
@endif
|
{{ $response->employeeCollector?->location ?? '—' }} | @if($response->language === 'bn') 🇧🇩 বাংলা @else 🇬🇧 English @endif | {{ $response->feedbackScore?->points_awarded ?? 1 }} | @php $score = $response->feedbackScore; @endphp @if($score?->is_ceo_choice) CEO Choice @elseif($score?->is_implementable) Implementable @elseif($score?->is_valuable) Valuable @else Pending review @endif |
{{ $response->submitted_at?->format('d M Y') ?? '—' }}
{{ $response->submitted_at?->format('h:i A') ?? '' }}
|
You haven't submitted any surveys yet. Start by choosing a project below.
Explore Projects