@extends('comment.layout')

{{ __('Comment Listing') }}

@if ($message = Session::get('success'))

{{ $message }}

@endif @if (isset($comment)) @foreach ($comment as $newcomment) @endforeach @endif @if (!isset($comment)) @endif
No Comment Description Commented By Action
{{ ++$i }} {{ $newcomment->comment_text }} {{ $newcomment->name }}
View @csrf @method('DELETE')
No Comment available
{!! $comment->links() !!}