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

{{ 'Patient Question Answer' }}

@php $i = 1; @endphp @if($question->isEmpty()) @endif @foreach ($question as $value) @php $answer_id = $value->answer; $answer_key = 'option_' . $answer_id . '_en'; @endphp @endforeach
No. Questions Patients Answer
No Record Found
{{ $i++ }} {{ $value->getQuestionAnswer->question_title_en }} {{ $value->getQuestionAnswer->{$answer_key} }}
@stop @section('script') @stop