@extends('admin.master') @section('title', $title) @section('content')
|
{{ __('Items') }} | {{ __('Name') }} | {{ __('Email') }} | Comment | {{ __('Approved') }} | {{ __('Posted at') }} |
---|---|---|---|---|---|---|
id }})">
|
{{ ucfirst($comment->item_name) }} | {{ $comment->user_name }} | {{ $comment->user_email }} | {{ __('Read') }} |
approved) checked @endif @change="updateStatus($event)"
data-id="{{ $comment->id }}" data-item-id="{{ $comment->item_id }}" data-user-id="{{ $comment->user_id }}">
|
{{ $comment->created_at }} |