@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 : ""}} |
| Log ID | User ID | Event | Sent At |
|---|---|---|---|
| {{isset($row->id) ? $row->id : ""}} | {{isset($row->user_id) ? $row->user_id : ""}} | {{isset($row->event_name) ? $row->event_name : ""}} | {{isset($row->created_at) ? $row->created_at : ""}} |