@extends('layout.master') @section('css') @stop @section('content')

{{ 'Patient Question-Answer' }}

@forelse ($question as $index=>$value) @php $answer_id = $value->answer; $answer_key = 'option_' . $answer_id . '_en'; @endphp @empty @endforelse
No. Questions Patients Answer
{{ ++$index }} {{ $value->getQuestionAnswer->question_title_en }} {{ $value->getQuestionAnswer->{$answer_key} }}
No Record Found
@stop @section('script') @stop