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