+
+
+
+ @if ($errors->any())
+
+ @foreach ($errors->all() as $error)
+
+ Erorr {{$error}}
+
+
+ @endforeach
+
+ @endif
+
+
+
+
+
+
+
+
+
+ # |
+ Replied Comment |
+ To Comment |
+ Relied User |
+ Post |
+ Created_At |
+ Action |
+
+
+
+ @foreach ($reply_comments as $key => $reply_comment)
+
+ {{$key+1}} |
+ {{$reply_comment->message}} |
+ {{$reply_comment->comment->comment}} |
+ {{$reply_comment->user->name}} |
+ {{$reply_comment->comment->post->title}} |
+ {{$reply_comment->created_at->diffForHumans()}} |
+
+
+ |
+
+ @endforeach
+
+
+
+
+
+
+
+
+
+
+
+ @foreach ($reply_comments as $reply_comment)
+
+ @endforeach
+
+
+
+
+
+
+
+@endsection
+
+@push('footer')
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {!! Toastr::message() !!}
+@endpush
diff --git a/resources/views/user/reply-comments/index.blade.php b/resources/views/user/reply-comments/index.blade.php
new file mode 100644
index 0000000..f734e33
--- /dev/null
+++ b/resources/views/user/reply-comments/index.blade.php
@@ -0,0 +1,166 @@
+@extends('layouts.backend.app')
+@push('header')
+
+
+
+@endpush
+@section('content')
+
+
+
+
+
+
+
+ @if ($errors->any())
+
+ @foreach ($errors->all() as $error)
+
+ Erorr {{$error}}
+
+
+ @endforeach
+
+ @endif
+
+
+
+
+
+
+
+
+
+ # |
+ Replied Comment |
+ To Comment |
+ Post |
+ Created_At |
+ Action |
+
+
+
+ @foreach ($reply_comments as $key => $reply_comment)
+
+ {{$key+1}} |
+ {{$reply_comment->message}} |
+ {{$reply_comment->comment->comment}} |
+ {{$reply_comment->comment->post->title}} |
+ {{$reply_comment->created_at->diffForHumans()}} |
+
+
+ |
+
+ @endforeach
+
+
+
+
+
+
+
+
+
+
+
+ @foreach ($reply_comments as $reply_comment)
+
+ @endforeach
+
+
+
+
+
+
+
+@endsection
+
+@push('footer')
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {!! Toastr::message() !!}
+@endpush