@extends('layouts.front') @section('main_content')
@foreach($posts as $post)
{{ $post->headline }}

@endforeach
{!! $posts->links() !!}
@include('_front.inc.latest_popular')
@endsection