@extends('layouts.app') @section('content-body')
@foreach($posts as $post) @endforeach
{!! $posts->links() !!}
@endsection