@extends('admin.layouts.app') @php $topics = @$topics; $topicdata = @$topicdata; @endphp @section('content')

Community Forum Topics

Community Topics Management

List of Community Topics

{{ csrf_field() }}
Reset
@include('admin.includes.status')
@if(!empty($topics)) @foreach($topics as $topic) @php $status = ($topic->status == 1) ? "Active" : "De-Active"; $status_class = ($topic->status == 1) ? "success" : "danger"; $notify = ($topic->notify_me_of_replies == 1) ? "Active" : "De-Active"; @endphp @endforeach @endif
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 }}
notify_me_of_replies=="1" ? 'checked="checked"' : '' }}>
{{ $status }} @if(check_route_access('topic.edit.form')) @endif @if(check_route_access('topic.delete')) @endif @if(check_route_access('comment.list')) @endif
@endsection @section('scripts') @endsection