@forelse($resources as $resource)
@if($bulkUpdateStatus)
@endif
@if($resource->channel == 'Google') mdo @elseif($resource->channel == 'Youtube') mdo @else mdo @endif {{$resource->resource->user_id != 0 ? $resource->resource->user->first_name : '-'}}
{{$resource->type}} {{ isset($resource->customer->display_name) ? $resource->customer->display_name : '' }} @if($resource->read_at == null) . @endif
@if($resource->channel == "Google") {!! \Illuminate\Support\Str::words($resource->content,15 ,'...') !!} @else {{ \Illuminate\Support\Str::words($resource->content,15 ,'...') }} @endif
@if($resource->channel == "Google") {{ \App\Models\Tenant\GoogleReviewLocation::where('location_id',$resource->google->location_id)->first()->location_name}} {{-- @elseif($resource->channel == 'Youtube') {{ \App\Models\Tenant\Youtube::where('location_id',$resource->google->location_id)->first()->location_name}} --}} @else {{$resource->account_name}} @endif

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

@empty
No Data Found
@endforelse