@forelse($resources as $resource)
@if($bulkUpdateStatus)
@endif
{{$resource->resource->user_id != 0 ? $resource->resource->user->first_name : '-'}}
{{-- @if($resource->read_at == null) . @endif--}} {{-- {{$resource->created_at->diffForHumans()}}--}} {{$resource->created_at->format('M d, y h:i:s A')}} {{-- {{ $this->formatDate($resource->created_at)}}--}}
{{ \Illuminate\Support\Str::substr($resource->email->subject,0 ,20) }}
{{$resource->customer->display_name}}
{{ \Illuminate\Support\Str::substr($resource->content,0 ,60) }}
@empty
No Data Found
@endforelse