@extends('Dashboard.layouts.master') @section('title','Posts | List') @section('css') @endsection @section('content')
No. | --}}body | Created at | Status | Added by | Actions | |
---|---|---|---|---|---|---|
No data Found | ||||||
{{ ++$key }} | --}}{{ $comment->text }} | {{ Helper::change_timezone($comment->added_at) }} | {{--{{ $comment->added_at }} | --}}
{{ $comment->status == 1 ? 'Approved' : 'Unapproved' }}
|
{{ $comment?->user?->first_name . ' ' . $comment?->user?->last_name }} | @can('comments-update') @endcan @can('comments-delete') @endcan |