@extends('admin.layout.index') @section('title', 'Yorumlar') @section('content')
| Sıra |
Müşteri
|
Ürün
|
Yorum
|
Durum
|
Edit |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ db('front_user')->where('id', $comment->front_user_id)->get()->first()->name . ' ' . db('front_user')->where('id', $comment->front_user_id)->get()->first()->surname }} |
|
{{ $comment->comment }} |
@if($comment->status == '0')
Onay Bekliyor
@else
Onaylı
@endif
|
@if($comment->status == '0') Onayla @else Onayı Geri Çek @endif Sil |