@extends('layouts.app') @section('title', 'Posts') @section('content')

Posts

+ New Post
@if($posts->count()) {{ $posts->links() }} @else

No posts yet.

@endif @endsection