@forelse($resources as $resource)
@if($bulkUpdateStatus)
@endif
mdo {{$resource->resource->user_id != 0 ? $resource->resource->user->first_name : '-'}}
{{$resource->type}} {{$resource->customer->display_name}} @if($resource->read_at == null) . @endif
{{\Illuminate\Support\Str::words($resource->content,20 ,'...')}}
{{$resource->account_name}}

{{$resource->updated_at->format('M d, y h:i:s A')}} #{{$resource->resource->id}}

@empty
No Data Found
@endforelse