@extends('layouts.admin') @section('page_title') @parent مدیریت نظرات @endsection @section('main')
| نام | شماره همراه | متن دیدگاه | وضعیت | محل دیدگاه | امتیاز | تاریخ ثبت | |
|---|---|---|---|---|---|---|---|
| @if($comment->users) {{$comment->users->fname}} {{$comment->users->lname}} @else {{$comment->name}} @endif | @if($comment->users) {{$comment->users->mobile}} @else {{$comment->mobile}} @endif | {{$comment->content}} | @if($comment->status == 1) در انتظار تأیید @elseif($comment->status == 2) منتشر شده @elseif($comment->status == 3) پاسخ داده شده @endif | @if($comment->product_id) @if($comment->products) لینک @endif @elseif($comment->post_id) @if($comment->posts) لینک @endif @endif | @if($comment->rate == 1) @elseif($comment->rate == 2) @elseif($comment->rate == 3) @elseif($comment->rate == 4) @elseif($comment->rate == 5) @endif | {{\Morilog\Jalali\Jalalian::forge($comment->created_at)->format('l d F Y - H:i')}} | @if($comment->status == 1) @endif |