@if($user->first_name==null or $user->national_code==null)
@include('home.users_profile.complete_info')
@else
دیدگاه ها
{{-- @if(empty($comment_index))--}}
{{--
--}}
{{-- @endif--}}
@if (empty($comments))
تاکنون دیدگاهی ثبت نکرده اید
@else
@if (!empty($comments))
محصول |
متن |
وضعیت |
تاریخ |
@foreach($comments as $comment)
|
{{ $comment->text }} |
{{ $comment->approved }} |
{{ verta($comment->created_at)->format('%d %B Y') }} |
@endforeach
@endif
@endif
@endif