<![CDATA[ {!! get_buzzy_config('sitetitle') !!} ]]> {{ url('/') }} {{ strtolower(str_replace('_', '-', \Config::get('app.locale'))) }} {{ $posts->first() ? $posts->first()->published_at->toRfc2822String() : now()->toRfc2822String() }} <![CDATA[ {!! get_buzzy_config('sitetitle') !!} ]]> {{ asset(get_buzzy_config('sitelogo')) }} {{ url('/') }} @foreach($posts as $post) <![CDATA[ {!! $post->title !!} ]]> {{ url($post->post_link) }} body!!} ]]> {{ url($post->post_link) }} {{ $post->published_at ? $post->published_at->toRfc2822String() : $post->created_at->toRfc2822String() }} @endforeach