@extends('layouts.master') @section('content')
| S/N | Status | Name | Subject | {{--Comment | --}}Received | Action | @foreach ($comments as $item)||
|---|---|---|---|---|---|---|---|---|
| {{$loop->index+1}} | @if($item->status == "unchecked")@else | @endif | {{$item->full_name}} | {{$item->email}} | {{Str::limit($item->subject,15,$end='...')}} | {{--{{$item->message}} | --}}{{Carbon\Carbon::parse($item->created_at)->diffForHumans()}} |