@extends('admin.layout.app') @section('heading', 'Approved Comments') @section('rightside_button') {{-- Optional: Add button here if needed --}} @endsection @section('main_content')
Blog Title | Name | Comment | Submitted At | Actions | |
---|---|---|---|---|---|
{{ $item->blog->card_title ?? 'N/A' }} | {{ $item->person_name }} | {{ $item->person_email }} | {{ $item->person_comment }} | {{ $item->created_at->format('Y-m-d H:i') }} | {{-- --}} Return to pending Delete |