@extends('admin.layouts.app') @php $topics = @$topics; $topicdata = @$topicdata; @endphp @section('content')
List of Community Topics
Sr. No. | Topic Title | Sub Category Title | Topic Posted By | Followers (Click Number And Show Followers Details) |
Likes / Unlike (Click Number And Show Likes/Unlike Details) |
Viewer (Click Number And Show Viewer Details) |
Notify me of replies | Status | Action | ||
---|---|---|---|---|---|---|---|---|---|---|---|
First Name | Last Name | Email Address | |||||||||
{{ $topic->id }} | {{ $topic->title }} | {{ $topic->cat_name }} | {{ $topic->first_name }} | {{ $topic->last_name }} | {{ $topic->email }} | {{ $topic->total_followers }} | {{ $topic->total_likes }} {{ $topic->total_unlikes }} | {{ $topic->total_views }} | {{ $status }} | @if(check_route_access('topic.edit.form')) @endif @if(check_route_access('topic.delete')) @endif @if(check_route_access('comment.list')) @endif |