@extends('layouts.front') @section('main_content')
@foreach($posts->chunk(2) as $items)
@foreach($items as $post) @endforeach
@endforeach {!! $posts->links() !!}
@include('_front.inc.latest_popular')
@endsection