@extends('layouts.content') @section('body_content') @push('custom-css') @endpush {{-- HEADER --}}
Description
{{ $data['description'] }}
{{-- KPI CARDS --}}
Total Responses

{{ $participant }}

Target: {{ $data['target_participant_count'] }} participants
Completion Rate

{{ $completion }}%

Target: 100%
{{-- TABS --}}
{{-- Respondent --}}
{{-- loaded by JS --}}
{{-- Question --}}
{{-- loaded by JS --}}
@include('surveys.managements.modals.response_modal') @push('scripts') @endpush @endsection