@extends('admin.layouts.master') @section('content')
| Question ID | Answer ID | Question | Answer |
|---|---|---|---|
| {{isset($row->question) ? $row->question->id : ""}} | {{isset($row->answer) ? $row->answer->id : ""}} | {{isset($row->question) ? $row->question->question : ""}} | {{isset($row->answer) ? $row->answer->answer : ""}} |