@extends('titan::layouts.admin') @section('content')
| Question | Answer | Category | Totals | Updated | Action |
|---|---|---|---|---|---|
| {{ $item->question }} | {!! $item->answer_summary !!} | {!! $item->category->name !!} | {{ $item->total_read }} {{ $item->helpful_yes }} {{ $item->helpful_no }} | {{ format_date($item->updated_at) }} | {!! action_row($selectedNavigation->url, $item->id, $item->title, ['show', 'edit', 'delete']) !!} |