@extends('layouts.admin') @section('title') {{$title}} @endsection @section('content-admin')

{{$title}}

@if(session('msg'))
{{ session('msg') }}
@endif
@if(!empty($commentList)) @foreach ($commentList as $key => $item) @endforeach @else @endif
STT Người đăng Loại KH Sản phẩm Nội dung Trạng thái Ngày bình luận Hành động
STT Người đăng Loại KH Sản phẩm Nội dung Trạng thái Ngày bình luận Hành động
{{$key + 1}} @if($item->ho_ten) {{$item->ho_ten}} @else {{$item->ho_ten_KHVL}} @endif @if($item->ho_ten == null) KH VÃNG LAI @else Khách Hàng @endif {!! \Illuminate\Support\Str::limit($item->ten_san_pham,20) !!} {!! \Illuminate\Support\Str::limit($item->noi_dung,20) !!} @if($item->trang_thai == 1 || $item->trang_thai == 2) Đã Duyệt @else Chưa Duyệt @endif @if(empty($item->created_at)) @else {{ \Carbon\Carbon::parse($item->created_at)->format('d/m/Y')}} @endif {{-- --}}
@csrf @method('DELETE')
KHÔNG CÓ BÌNH LUẬN NÀO
{{$commentList->links()}}
@endsection