@extends('admin.layouts.app') @section('section')

All Comments

{{-- Add User--}}
@foreach($comments as $comment)
{{$comment->sender->name}}
{{$comment->created_at->diffForHumans()}}

{!! $comment->comment !!}

@endforeach
@endsection @section('script') @endsection