{{ __('Replies') }}

@foreach ($replies as $item) @endforeach
{{ __('SL') }} {{ __('Reply') }} {{ __('Comment') }} {{ __('Post') }} {{ __('Name') }} {{ __('Email') }} {{ __('User Type') }} {{ __('Status') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $item->reply }} {{ $item->comment->comment }} @php $post_data = App\Models\Post::where('id',$item->comment->post_id)->first(); @endphp {{ $post_data->title }}
{{ __('See Post') }}
{{ $item->name }} {{ $item->email }} {{ $item->user_type }} @if ($item->status == "Active") {{ __('Active') }} @else {{ __('Pending') }} @endif