@extends('layouts.app') @section('content')
@forelse($posts as $post)
@empty

No blog posts available at the moment.

@endforelse
@if($posts->hasPages())
{{ $posts->links() }}
@endif
@endsection