@extends('layouts.app') @section('content')

Posts

Page {{ $posts->currentPage() }} of {{ $posts->lastPage() }}
@foreach ($posts as $post) @endforeach
{!! $posts->links() !!}
@endsection