@extends('layouts.backend.app') @push('header') @endpush @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
  • @endforeach @endif
    Replied Comment Table {{-- --}}
    {{-- --}} @foreach($reply_comments as $key => $reply_comment) {{-- --}} @endforeach
    id Replied Comment To Comment Replied UserPostCreated_At Action
    {{ $key+1 }} {{ $reply_comment->message }} {{ $reply_comment->comment->comment }} {{ $reply_comment->user->name }}{{ $reply_comment->comment->post->title }}{{ $reply_comment->created_at->diffForHumans() }}
    @foreach ($reply_comments as $reply_comment) @endforeach
    @endsection @push('footer') {!! Toastr::message() !!} @endpush