shape
shape

Forums Details

{{--
    @foreach($Comments as $comment)
  • Comment Author

    {{ $comment->first_name }} {{ $comment->middle_name }} {{ $comment->last_name }}

    {{ \Carbon\Carbon::parse($comment->created_at)->format('d M, Y') }}

    {{ $comment->comment }}

    @if($comment->comment_marathi)

    {{ $comment->comment_marathi }}

    @endif
  • @endforeach

Add a Comment

1 2 3 4 5

--}}