@extends('home.layouts.index') @section('title') دیدگاه ها @endsection @section('style') @endsection @section('script') @endsection @section('content')
@include('home.sections.profile_sidebar')
@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) @endforeach
محصول متن وضعیت تاریخ
{{ $comment->text }} {{ $comment->approved }} {{ verta($comment->created_at)->format('%d %B Y') }}
@endif @endif
@endif
@endsection