@php /** @var \WebDevEtc\BlogEtc\Models\Comment[] $comments */ @endphp @extends('blogetc_admin::layouts.admin_layout') @section('title', 'BlogEtc Manage Comments') @section('content') @forelse ($comments as $comment)
{{$comment->comment}}
@if($comment->post) View Post Edit Post @endif @if(!$comment->approved) {{--APPROVE BUTTON--}} @endif {{--DELETE BUTTON--}}