{{ __('Comments') }}

@foreach ($comments as $item) @endforeach
{{ __('SL') }} {{ __('Comments') }} {{ __('Post') }} {{ __('Name') }} {{ __('Email') }} {{ __('Status') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $item->comment }}
{{ __('Reply') }}
{{ $item->post->title }}
{{ __('See Post') }}
{{ $item->name }} {{ $item->email }} @if ($item->status == "Active") {{ __('Active') }} @else {{ __('Pending') }} @endif