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

@endforeach
{!! $posts->links() !!}
@endsection