{{__('Recent')}}
@if($recentMedia && count($recentMedia) && Auth::check()) @foreach($recentMedia as $media) @endforeach @else

{{__('Latest media not available.')}}

@endif
@if($user->paid_profile && (!getSetting('profiles.allow_users_enabling_open_profiles') || (getSetting('profiles.allow_users_enabling_open_profiles') && !$user->open_profile))) @if(Auth::check()) @if( !(isset($hasSub) && $hasSub) && !(isset($post) && PostsHelper::hasActiveSub(Auth::user()->id, $post->user->id)) && Auth::user()->id !== $user->id)
{{__('Subscription')}}
@endif @else
{{__('Subscription')}}
@endif @elseif(!Auth::check() || (Auth::check() && Auth::user()->id !== $user->id)) @if(Auth::check())
{{__('Follow this creator')}}
@else
{{__('Follow this creator')}}
@endif @endif @if(getSetting('custom-code-ads.sidebar_ad_spot'))
{!! getSetting('custom-code-ads.sidebar_ad_spot') !!}
@endif