<![CDATA[ {!! get_buzzy_config('sitetitle') !!} ]]> {{ url('/') }} {!! strtolower(str_replace('_', '-', get_buzzy_config('sitelanguage', 'en_US'))) !!} {{ $posts->first() ? $posts->first()->published_at->toRfc2822String() : now()->toRfc2822String() }} @foreach($posts as $post) <![CDATA[ {!! $post->title !!} ]]> {{ url($post->post_link) }} body !!} ]]> user->email !!} ({!! $post->user->username !!}) ]]> {{ url($post->post_link) }} {{ $post->published_at->toRfc2822String() }}

{!! $post->title !!}

{!! $post->body !!}

@foreach($post->entries()->get() as $entry) @if($entry->title)

@if($post->ordertype != '') {{ $entry->order+1 }}. @endif {{ $entry->title }}

@endif @if(!empty($entry->image))
@if( $entry->type=='text')
{!! $entry->source !!}
@endif
@endif @if($entry->type=='video' or $entry->type=='facebookpost' or $entry->type=='embed' or $entry->type=='soundcloud')
{!! $entry->video !!}
@endif @if($entry->type=='tweet') {!! $entry->video !!} @endif @if( $entry->type=='instagram')
@endif @if(!empty($entry->body))

{!! $entry->body !!}

@endif @if( $entry->type=='text') {!! $entry->source !!} @endif @endforeach
]]>
@endforeach