@extends('layouts.main') @section('head-page-title') | Blog @stop @section('content')
@foreach($posts as $index => $post)
@if($post->featured_image) @else {{$post->title}} {{ $post->publish_date->format('n/j/Y') }} @endif

{{str_limit($post->intro_paragraph,200)}}

@endforeach
{{--@foreach($posts as $index => $post)--}} {{--@if($index !== 0)--}} {{--
--}} {{--@endif--}} {{--
--}} {{----}} {{--@if($post->featured_image)--}} {{----}} {{--@else--}} {{----}} {{--@endif--}} {{----}} {{--{{$post->title}}--}} {{----}} {{--

{!! str_limit(strip_tags($post->content), 350, '...') !!}

Read Full Post

--}} {{--
--}} {{--@endforeach--}} @if(isset($posts->no_category_posts))

Sorry, but there are currently no posts in this category. Please check back soon!

@endif @if( method_exists($posts, 'render') )
{!! $posts->render() !!}
@endif
@stop @section('custom-social') {{--General Metas--}} {{--Facebook OG--}} {{--Twitter Cards--}} @stop