@php($posts = $posts ?? []) @php($recentCommentsByPostId = $recentCommentsByPostId ?? request()->attributes->get('feed_recent_comments_map')) @foreach($posts as $post) {{-- Use placeholder with self-contained lazy loading --}} {!! Theme::section('post.media', ['post' => $post, 'recentCommentsByPostId' => $recentCommentsByPostId]) !!} @endforeach
@if(count($posts)) {{trans('post.load-more')}} @else @if(\Request::segment(3)=='manage' and Auth::check() and Auth::user()->id == $resume_user_id)
@php($defaultPersonalRss = $defaultPersonalRss ?? null) @php($defaultPersonalRssHtml = $defaultPersonalRssHtml ?? '') @php($defaultRssCategories = $defaultRssCategories ?? []) @if($defaultPersonalRss)
Grab a trending story you love - post it as is or click edit and rewrite the narrative using idmagic. Don’t just share it, make it your own!
{{$defaultPersonalRss->name}} - Your current pick. Tap to switch
{!! $defaultPersonalRssHtml !!}
@else
Welcome to your personal brand hub! Why not we begin with a killer post for your followers (don’t forget those #hashtags) or let us write fire daily blogs on any topic you love. Ready to start? Tap "Write a Post" or Pick a trending category below and grab today’s hottest blog ideas instantly.
Your audience is waiting. Go own the timeline.
Select at least 1 topic from the following and save:
@if(!empty($defaultRssCategories)) @foreach($defaultRssCategories as $cat)
{{$cat['name'] ?? ''}}
@foreach(($cat['feeds'] ?? []) as $feed)
{{$feed['name'] ?? ''}}
@endforeach
@endforeach
Save
@endif
@endif
@endif @endif