@extends('layouts.admin') @section('content')
| Sl No | Full Name | Username | Comment | Comment On | |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $comment->user->first_name ?? '' }} {{ $comment->user->last_name ?? '' }} | {{ $comment->user->username ?? 'NA' }} | {{ $comment->user->email ?? 'NA' }} | {{ $comment->comment ?? 'NA' }} | {{ dateInCustomTimezone($comment->created_at) }} |