@extends('layouts.backend') @push('style') @endpush @section('content')
| Latest Respond On | Question | Answer | Response |
|---|---|---|---|
| {{ date('jS F Y h:i:s A', $final_quiz_response->time) }} | {{ substr($final_quiz_response->promptQuestion->question, 0, 30) . '...' }} | @if (!empty($final_quiz_response->prompt_value)) {{ 'Yes' }}@else{{ 'No' }} @endif | @if (!empty($final_quiz_response->prompt_value)) View Response @else No Response @endif |
| No Response | |||