@extends('home.users_profile.layout') @section('title') لیست نظرات @endsection @section('style') @endsection @section('script') @endsection @section('content')
@if($comments->isEmpty())
تاکنون دیدگاهی ثبت نکرده
@else @foreach ($comments as $comment) @endforeach
محصول متن وضعیت تاریخ
{{ $comment->text }} {{ $comment->approved }} {{ verta($comment->created_at)->format('%d %B Y') }}
@endif
@endsection