@if ($trending_posts['first_editor_choice']) @if($trending_posts['first_editor_choice']->image) {{ $trending_posts['first_editor_choice']->image->alt_text }} @else No image available @endif @else No trending posts available @endif
@if ($trending_posts['first_editor_choice']) @if($trending_posts['first_editor_choice']->category) {{ $trending_posts['first_editor_choice']->category->name }} @else No category available @endif

{{ $trending_posts['first_editor_choice']->title }}

@else No trending post details available @endif
@php($editor_choice_direction = collect(['r', 'l'])) @foreach($trending_posts['editor_choices'] as $editor_choice) @endforeach