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

Community Forum Topics

Community Topics Management

List of Community Topics

{{ csrf_field() }}
Reset
@include('admin.includes.status')
@if(!empty($comments)) @foreach($comments as $comment) @endforeach @endif
Sr. No. Comment Text Topic Title Reply Comment Posted By Status Action
First Name Last Name Email Address
{{ $comment->id }} {{ $comment->comment_text }} {{ $comment->topic_name }} {{ $comment->total_reply }} {{ $comment->first_name }} {{ $comment->last_name }} {{ $comment->email }}
status=="1" ? 'checked="checked"' : '' }}>
@if(check_route_access('comment.edit.form')) @endif @if(check_route_access('comment.delete')) @endif
@endsection @section('scripts') @endsection